Skip to content

Commit 8faa067

Browse files
committed
Fix default config-template value for caves
1 parent ff100e2 commit 8faa067

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

BlueMapCommon/src/main/java/de/bluecolored/bluemap/common/config/BlueMapConfigs.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -337,7 +337,7 @@ private ConfigTemplate createOverworldMapTemplate(String name, Path worldFolder)
337337
.setVariable("sky-color", "#7dabff")
338338
.setVariable("ambient-light", "0.1")
339339
.setVariable("world-sky-light", "15")
340-
.setVariable("remove-caves-below-y", "-2")
340+
.setVariable("remove-caves-below-y", "55")
341341
.setConditional("max-y-comment", true)
342342
.setVariable("max-y", "100");
343343
}

0 commit comments

Comments
 (0)