mirror of
https://github.com/VolmitSoftware/Iris.git
synced 2025-07-18 10:12:53 +00:00
Headless default heights
This commit is contained in:
parent
b220db9d85
commit
c9c2deae1a
@ -53,8 +53,8 @@ public class HeadlessWorld {
|
||||
.environment(dimension.getEnvironment())
|
||||
.worldFolder(new File(worldName))
|
||||
.seed(seed)
|
||||
.maxHeight(256)
|
||||
.minHeight(0)
|
||||
.maxHeight(320)
|
||||
.minHeight(-64)
|
||||
.name(worldName)
|
||||
.build();
|
||||
world.worldFolder().mkdirs();
|
||||
|
Loading…
x
Reference in New Issue
Block a user