Skip to content

Commit

Permalink
Fix default config-template value for caves
Browse files Browse the repository at this point in the history
  • Loading branch information
TBlueF committed Oct 22, 2022
1 parent ff100e2 commit 8faa067
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -337,7 +337,7 @@ private ConfigTemplate createOverworldMapTemplate(String name, Path worldFolder)
.setVariable("sky-color", "#7dabff")
.setVariable("ambient-light", "0.1")
.setVariable("world-sky-light", "15")
.setVariable("remove-caves-below-y", "-2")
.setVariable("remove-caves-below-y", "55")
.setConditional("max-y-comment", true)
.setVariable("max-y", "100");
}
Expand Down

0 comments on commit 8faa067

Please sign in to comment.