Replace placeObjects with useMantle

This commit is contained in:
Daniel Mills 2021-08-09 09:06:57 -04:00
parent 7c3fa7aef5
commit 3723c5dae5

View File

@ -294,8 +294,8 @@ public class IrisDimension extends IrisRegistrant {
@Desc("The configuration for island mode dimensions")
private IrisTerrainIsland islandMode = new IrisTerrainIsland();
@Desc("Disable this to stop placing schematics in biomes")
private boolean placeObjects = true;
@Desc("Disable this to stop placing objects, entities, features & updates")
private boolean useMantle = true;
@Desc("Prevent Leaf decay as if placed in creative mode")
private boolean preventLeafDecay = false;