Files
FearFactory/1.20.1-FearFactoryTest/minecraft/config/sodiumdynamiclights-client.toml

21 lines
640 B
TOML
Raw Normal View History

2025-05-11 16:11:23 -05:00
[sodiumdynamiclights]
#Lighting mode
#Allowed Values: OFF, SLOW, FAST, REALTIME
2025-05-18 19:14:30 -05:00
mode = "REALTIME"
2025-05-11 16:11:23 -05:00
#Enable entities light source.
2025-05-18 19:14:30 -05:00
entities = true
2025-05-11 16:11:23 -05:00
#Enable first-person player light source.
2025-05-18 19:14:30 -05:00
self = true
2025-05-11 16:11:23 -05:00
#Enable block entities light source.
block_entities = false
2025-05-11 16:11:23 -05:00
#Enables water-sensitive light sources check. This means that water-sensitive items will not light up when submerged in water.
water_sensitive_check = false
2025-05-11 16:11:23 -05:00
#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"