mirror of
https://github.com/VolmitSoftware/Iris.git
synced 2025-07-19 10:43:14 +00:00
Replace placeObjects with useMantle
This commit is contained in:
parent
7c3fa7aef5
commit
3723c5dae5
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user