mirror of
https://github.com/VolmitSoftware/Iris.git
synced 2025-07-18 18:23:06 +00:00
Default world hint use dimension height requests
This commit is contained in:
parent
bfd7a02c9d
commit
2a73524a19
@ -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(-64)
|
.minHeight(dim.getMinHeight())
|
||||||
.maxHeight(320)
|
.maxHeight(dim.getMaxHeight())
|
||||||
.build();
|
.build();
|
||||||
|
|
||||||
Iris.debug("Generator Config: " + w.toString());
|
Iris.debug("Generator Config: " + w.toString());
|
||||||
|
Loading…
x
Reference in New Issue
Block a user