mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2024-12-23 01:37:37 +00:00
fix: set biome biome on clear (#2510)
* fix: set biome biome on clear - fixes #2509 * Nicer biome setting method
This commit is contained in:
parent
11069ee34b
commit
769d8b3a7a
@ -160,6 +160,10 @@ public class FaweDelegateRegionManager {
|
|||||||
);
|
);
|
||||||
editSession.setBlocks(onTop, air);
|
editSession.setBlocks(onTop, air);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
FlatRegionFunction replace = new BiomeReplace(editSession, biome);
|
||||||
|
FlatRegionVisitor visitor = new FlatRegionVisitor((CuboidRegion) floorRegion, replace, editSession);
|
||||||
|
Operations.completeLegacy(visitor);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (hybridPlotWorld.PLOT_SCHEMATIC) {
|
if (hybridPlotWorld.PLOT_SCHEMATIC) {
|
||||||
|
Loading…
Reference in New Issue
Block a user