Skip to content

Commit b177334

Browse files
committed
Fix outdated config comment
1 parent 846147f commit b177334

File tree

1 file changed

+2
-2
lines changed
  • common/src/main/resources/de/bluecolored/bluemap/config/maps

1 file changed

+2
-2
lines changed

common/src/main/resources/de/bluecolored/bluemap/config/maps/map.conf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
158158
ignore-missing-light-data: false
159159

0 commit comments

Comments
 (0)