Just adding lavaSetting, need to implement still

This commit is contained in:
Brian Fopiano
2022-01-13 13:44:36 -08:00
parent 43df2a754d
commit deb42da38e
2 changed files with 6 additions and 1 deletions

View File

@@ -228,6 +228,10 @@ public class IrisDimension extends IrisRegistrant {
@Desc("Collection of ores to be generated")
@ArrayType(type = IrisOreGenerator.class, min = 1)
private KList<IrisOreGenerator> ores = new KList<>();
@MinNumber(0)
@MaxNumber(318)
@Desc("The rock zoom mostly for zooming in on a wispy palette")
private int lavaLayer = 25;
public int getMaxHeight() {
return 320;