2025-05-11 16:11:23 -05:00
|
|
|
|
|
|
|
[sodiumdynamiclights]
|
|
|
|
#Lighting mode
|
|
|
|
#Allowed Values: OFF, SLOW, FAST, REALTIME
|
2025-05-14 12:27:20 -05:00
|
|
|
mode = "OFF"
|
2025-05-11 16:11:23 -05:00
|
|
|
#Enable entities light source.
|
2025-05-14 12:27:20 -05:00
|
|
|
entities = false
|
2025-05-11 16:11:23 -05:00
|
|
|
#Enable first-person player light source.
|
2025-05-14 12:27:20 -05:00
|
|
|
self = false
|
2025-05-11 16:11:23 -05:00
|
|
|
#Enable block entities light source.
|
2025-05-14 12:27:20 -05:00
|
|
|
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.
|
2025-05-14 12:27:20 -05:00
|
|
|
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"
|
|
|
|
|