mirror of
https://github.com/VolmitSoftware/Iris.git
synced 2025-12-30 12:29:20 +00:00
Noise overlay support & Post Foliage Cleaner
This commit is contained in:
@@ -251,6 +251,11 @@ public class IrisDimension extends IrisRegistrant
|
||||
@Desc("Define global deposit generators")
|
||||
private KList<IrisDepositGenerator> deposits = new KList<>();
|
||||
|
||||
@ArrayType(min = 1, type = IrisShapedGeneratorStyle.class)
|
||||
@DontObfuscate
|
||||
@Desc("Overlay additional noise on top of the interoplated terrain.")
|
||||
private KList<IrisShapedGeneratorStyle> overlayNoise = new KList<>();
|
||||
|
||||
@DontObfuscate
|
||||
@Desc("The noise style for rock types")
|
||||
private IrisGeneratorStyle rockStyle = NoiseStyle.STATIC.style();
|
||||
|
||||
Reference in New Issue
Block a user