mirror of
https://github.com/VolmitSoftware/Iris.git
synced 2025-12-25 18:19:14 +00:00
Headless default heights
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user