config/sodiumdynamiclights-client: tweak condition
Disable water sensitive check, enable entity lights.
This commit is contained in:
parent
106c120b43
commit
c9bfba2d54
20
config/sodiumdynamiclights-client.toml
Normal file
20
config/sodiumdynamiclights-client.toml
Normal file
@ -0,0 +1,20 @@
|
||||
|
||||
[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 = true
|
||||
#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 = "SIMPLE"
|
||||
|
@ -16,6 +16,10 @@ hash = "5747bca234563bdc83973065621a20c5b598e0f8410ec304334ab3285b99da36"
|
||||
file = "config/sereneseasons/seasons.toml"
|
||||
hash = "cf271c9e73e08abe4572144ade6061171c8b4ff183e5c040d2ee486ff6d1d074"
|
||||
|
||||
[[files]]
|
||||
file = "config/sodiumdynamiclights-client.toml"
|
||||
hash = "fdc1c6c0bf32bebe2a4b3a6fdafe7f8babf48dfc78ab6d9f997ea4bf5be58b29"
|
||||
|
||||
[[files]]
|
||||
file = "config/waystones-common.toml"
|
||||
hash = "a5c68ae1a3e5ad4a0b93efee1ad9d3baa65ca0c9cd59d6378c856d1b7f94282e"
|
||||
|
Loading…
x
Reference in New Issue
Block a user