Signed-off-by: Pyritie <pyritie@gmail.com> Signed-off-by: TomPlop <tomdidome@gmail.com> Co-authored-by: Xikaro <os.valerievich@ya.ru> Co-authored-by: Nebby <78170922+Nebby1999@users.noreply.github.com> Co-authored-by: Redeix <brayden.j.m.ford@gmail.com> Co-authored-by: TomPlop <tomdidome@gmail.com> Co-authored-by: aidie8 <aidenvanzuilen@gmail.com> Co-authored-by: Xikaro <55663835+Xikaro@users.noreply.github.com> Co-authored-by: Zleub <debray.arnaud@gmail.com>
20 lines
639 B
TOML
20 lines
639 B
TOML
|
|
[sodiumdynamiclights]
|
|
#Lighting mode
|
|
#Allowed Values: OFF, SLOW, FAST, REALTIME
|
|
mode = "REALTIME"
|
|
#Enable entities light source.
|
|
entities = false
|
|
#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"
|
|
|