CrashBlockModPack/overrides/config/LLOverlayReloaded.cfg
LittleChest fcf5bfabad
v2
2022-08-26 09:10:53 +08:00

21 lines
794 B
INI

# Configuration file
general {
# The distance (in chunks) of rendering radius. (default: 3)
I:chunkRadius=3
# How to display numbers? (default: 0)
# 0 - Standard: Show green (safe) and red (spawnable) areas.
# 1 - Advanced: Show green (safe), red (always spawnable) and yellow (currently safe, but will be spawnable at night) areas.
# 2 - Minimal: Do not show green area. For other areas, use standard mode when not counting sky light, or advanced mode otherwise.
I:displayMode=0
# The update interval (in milliseconds) of light level. Farther chunks update less frequently. (default: 200)
I:pollingInterval=200
# If set to true, the sunlight/moonlight will be counted in light level. (default: false)
B:useSkyLight=false
}