mirror of
https://github.com/VolmitSoftware/Iris.git
synced 2025-07-19 02:36:59 +00:00
Sapling now called tree
This commit is contained in:
parent
d865e646b9
commit
bfa13583e3
@ -76,8 +76,8 @@ public class IrisDimension extends IrisRegistrant {
|
|||||||
@Desc("Improves the biome grid variation by shuffling the cell grid more depending on the seed. This makes biomes across multiple seeds look far different than before.")
|
@Desc("Improves the biome grid variation by shuffling the cell grid more depending on the seed. This makes biomes across multiple seeds look far different than before.")
|
||||||
private boolean aggressiveBiomeReshuffle = false;
|
private boolean aggressiveBiomeReshuffle = false;
|
||||||
|
|
||||||
@Desc("Sapling override settings")
|
@Desc("Tree growth override settings")
|
||||||
private IrisTreeSettings saplingSettings = new IrisTreeSettings();
|
private IrisTreeSettings treeSettings = new IrisTreeSettings();
|
||||||
|
|
||||||
|
|
||||||
@Desc("Instead of a flat bottom, applies a clamp (using this noise style) to the bottom instead of a flat bottom. Useful for carving out center-dimensions in a dimension composite world.")
|
@Desc("Instead of a flat bottom, applies a clamp (using this noise style) to the bottom instead of a flat bottom. Useful for carving out center-dimensions in a dimension composite world.")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user