mirror of
https://github.com/BlueMap-Minecraft/BlueMap.git
synced 2024-11-26 20:45:16 +01:00
Fix default config-template value for caves
This commit is contained in:
parent
ff100e2656
commit
8faa067634
@ -337,7 +337,7 @@ private ConfigTemplate createOverworldMapTemplate(String name, Path worldFolder)
|
|||||||
.setVariable("sky-color", "#7dabff")
|
.setVariable("sky-color", "#7dabff")
|
||||||
.setVariable("ambient-light", "0.1")
|
.setVariable("ambient-light", "0.1")
|
||||||
.setVariable("world-sky-light", "15")
|
.setVariable("world-sky-light", "15")
|
||||||
.setVariable("remove-caves-below-y", "-2")
|
.setVariable("remove-caves-below-y", "55")
|
||||||
.setConditional("max-y-comment", true)
|
.setConditional("max-y-comment", true)
|
||||||
.setVariable("max-y", "100");
|
.setVariable("max-y", "100");
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user