mirror of
https://github.com/VolmitSoftware/Iris.git
synced 2025-07-18 10:12:53 +00:00
Default heights for world
This commit is contained in:
parent
c9c2deae1a
commit
5144a2a2df
@ -607,8 +607,8 @@ public class Iris extends VolmitPlugin implements Listener {
|
||||
.seed(1337)
|
||||
.environment(dim.getEnvironment())
|
||||
.worldFolder(new File(worldName))
|
||||
.minHeight(0)
|
||||
.maxHeight(256)
|
||||
.minHeight(-64)
|
||||
.maxHeight(320)
|
||||
.build();
|
||||
|
||||
Iris.debug("Generator Config: " + w.toString());
|
||||
|
Loading…
x
Reference in New Issue
Block a user