mirror of
https://github.com/VolmitSoftware/Iris.git
synced 2025-07-19 10:43:14 +00:00
Vertical domain
This commit is contained in:
parent
477b520cf0
commit
1029b2523d
@ -318,6 +318,9 @@ public class IrisDimension extends IrisRegistrant {
|
|||||||
@Desc("If true, the spawner system has infinite energy. This is NOT recommended because it would allow for mobs to keep spawning over and over without a rate limit")
|
@Desc("If true, the spawner system has infinite energy. This is NOT recommended because it would allow for mobs to keep spawning over and over without a rate limit")
|
||||||
private boolean infiniteEnergy = false;
|
private boolean infiniteEnergy = false;
|
||||||
|
|
||||||
|
@Desc("If defined, warp the terrain vertically by this style. This will cause overhangs & carving-like shapes")
|
||||||
|
private IrisShapedGeneratorStyle verticalDomain = new IrisShapedGeneratorStyle(NoiseStyle.FLAT, 1, 1);
|
||||||
|
|
||||||
@MinNumber(0.0001)
|
@MinNumber(0.0001)
|
||||||
@MaxNumber(512)
|
@MaxNumber(512)
|
||||||
@Desc("The rock zoom mostly for zooming in on a wispy palette")
|
@Desc("The rock zoom mostly for zooming in on a wispy palette")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user