LTDV8/packet/config/sodiumdynamiclights-client.toml
3944Realms 1c3c782f2b
All checks were successful
Deploy to Remote Server / deploy (push) Successful in 1m30s
第一个正式版本构建(移动位置,以防不必要的文件干预)
2025-10-27 20:38:46 +08:00

21 lines
638 B
TOML

[sodiumdynamiclights]
#Lighting mode
#Allowed Values: OFF, SLOW, FAST, REALTIME
mode = "REALTIME"
#Enable entities light source.
entities = true
#Enable first-person player light source.
self = true
#Enable block entities light source.
block_entities = true
#Enables water-sensitive light sources check. This means that water-sensitive items will not light up when submerged in water.
water_sensitive_check = true
#TNT lighting mode. May be off, simple or fancy.
#Allowed Values: OFF, SIMPLE, FANCY
tnt = "SIMPLE"
#Creeper lighting mode. May be off, simple or fancy.
#Allowed Values: OFF, SIMPLE, FANCY
creeper = "OFF"