Default heights for world

This commit is contained in:
cyberpwn 2022-01-12 08:17:45 -05:00
parent c9c2deae1a
commit 5144a2a2df

View File

@ -607,8 +607,8 @@ public class Iris extends VolmitPlugin implements Listener {
.seed(1337) .seed(1337)
.environment(dim.getEnvironment()) .environment(dim.getEnvironment())
.worldFolder(new File(worldName)) .worldFolder(new File(worldName))
.minHeight(0) .minHeight(-64)
.maxHeight(256) .maxHeight(320)
.build(); .build();
Iris.debug("Generator Config: " + w.toString()); Iris.debug("Generator Config: " + w.toString());