File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
common/src/main/resources/de/bluecolored/bluemap/config/maps Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -151,9 +151,9 @@ storage: "file"
151151# If this is set to true BlueMap will render Chunks even if there is no light-data!
152152# This can be useful for example if some mod prevents light-data from being saved correctly.
153153# However, this also has a few drawbacks:
154- # - For those chunks, every block will always be fully lit
154+ # - Cave rendering will always be enabled (BlueMap is using the sky-light data to detect "caves")
155+ # - Everything will be rendered fully lit (sky-light value of 15, looks similar to having night vision)
155156# - Night-mode might not work correctly
156- # - Caves will always be rendered (ignoring the 'renderCaves' setting)
157157# Default is false
158158ignore-missing-light-data: false
159159
You can’t perform that action at this time.
0 commit comments