unpacked shader

This commit is contained in:
2025-05-18 19:14:30 -05:00
parent efff2ffd1a
commit 53859638b2
422 changed files with 21273 additions and 35 deletions

View File

@ -2,11 +2,11 @@
[sodiumdynamiclights]
#Lighting mode
#Allowed Values: OFF, SLOW, FAST, REALTIME
mode = "OFF"
mode = "REALTIME"
#Enable entities light source.
entities = false
entities = true
#Enable first-person player light source.
self = false
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.