mirror of
https://github.com/VolmitSoftware/Iris.git
synced 2026-04-04 23:06:09 +00:00
Just adding lavaSetting, need to implement still
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user