Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ enable-hires: true
# Default is "file"
storage: "file"

# Normally BlueMap detects if a chunk has not yet generated it's light data and omits rendering those chunks.
# Normally BlueMap detects if a chunk has not yet generated its light data and omits rendering those chunks.
# If this is set to true BlueMap will render Chunks even if there is no light data!
# This can be useful for example if some mod prevents light data from being saved correctly.
# However, this also has a few drawbacks:
Expand Down
Loading