Files
FearFactory/1.20.1-FearFactoryTest/minecraft/config/sodiumdynamiclights-client.toml
admin 61c2398a73 More shader experiments
experimenting with shaders and how exactly to apply and modify them to different worlds currently only the theabyss:frost_world is affected.

Unspecified dimensions will be assigned to dimension.stop= * in dimension properties which shut's off the shaders entirely for any unassigned dimensions.
2025-05-18 18:23:21 -05:00

21 lines
640 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 = false
#Enables water-sensitive light sources check. This means that water-sensitive items will not light up when submerged in water.
water_sensitive_check = false
#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"