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())
|
.environment(dimension.getEnvironment())
|
||||||
.worldFolder(new File(worldName))
|
.worldFolder(new File(worldName))
|
||||||
.seed(seed)
|
.seed(seed)
|
||||||
.maxHeight(256)
|
.maxHeight(320)
|
||||||
.minHeight(0)
|
.minHeight(-64)
|
||||||
.name(worldName)
|
.name(worldName)
|
||||||
.build();
|
.build();
|
||||||
world.worldFolder().mkdirs();
|
world.worldFolder().mkdirs();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user