Change default nether and end configs to have a better void color

This commit is contained in:
Lukas Rieger (Blue) 2023-11-19 11:22:43 +01:00
parent 5f0942a8ae
commit 77c1e42009
No known key found for this signature in database
GPG Key ID: 2D09EC5ED2687FF2
1 changed files with 2 additions and 2 deletions

View File

@ -377,7 +377,7 @@ public class BlueMapConfigs implements BlueMapConfigProvider {
.setVariable("sorting", "" + (100 + index))
.setVariable("world", formatPath(worldFolder))
.setVariable("sky-color", "#290000")
.setVariable("void-color", "#000000")
.setVariable("void-color", "#150000")
.setVariable("ambient-light", "0.6")
.setVariable("world-sky-light", "0")
.setVariable("remove-caves-below-y", "-10000")
@ -391,7 +391,7 @@ public class BlueMapConfigs implements BlueMapConfigProvider {
.setVariable("sorting", "" + (200 + index))
.setVariable("world", formatPath(worldFolder))
.setVariable("sky-color", "#080010")
.setVariable("void-color", "#000000")
.setVariable("void-color", "#080010")
.setVariable("ambient-light", "0.6")
.setVariable("world-sky-light", "0")
.setVariable("remove-caves-below-y", "-10000")