mirror of
https://github.com/VolmitSoftware/Iris.git
synced 2025-12-26 02:29:14 +00:00
Decorate "spot": Shore Line
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
package ninja.bytecode.iris.object;
|
||||
|
||||
public enum DecorationPart
|
||||
{
|
||||
NONE,
|
||||
SHORE_LINE,
|
||||
}
|
||||
@@ -23,6 +23,9 @@ public class IrisBiomeDecorator
|
||||
@Desc("If this decorator has a height more than 1 this changes how it picks the height between your maxes. Scatter = random, Wispy = wavy heights")
|
||||
private Dispersion verticalVariance = Dispersion.SCATTER;
|
||||
|
||||
@Desc("Tells iris where this decoration is a part of. I.e. SHORE_LINE")
|
||||
private DecorationPart partOf = DecorationPart.NONE;
|
||||
|
||||
@Desc("The minimum repeat stack height (setting to 3 would stack 3 of <block> on top of each other")
|
||||
private int stackMin = 1;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user