forked from mirror/BlueMap
Change default nether and end configs to have a better void color
This commit is contained in:
parent
5f0942a8ae
commit
77c1e42009
@ -377,7 +377,7 @@ private ConfigTemplate createNetherMapTemplate(String name, Path worldFolder, in
|
||||
.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 @@ private ConfigTemplate createEndMapTemplate(String name, Path worldFolder, int i
|
||||
.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")
|
||||
|
Loading…
Reference in New Issue
Block a user