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"
|
file = "config/sereneseasons/seasons.toml"
|
||||||
hash = "cf271c9e73e08abe4572144ade6061171c8b4ff183e5c040d2ee486ff6d1d074"
|
hash = "cf271c9e73e08abe4572144ade6061171c8b4ff183e5c040d2ee486ff6d1d074"
|
||||||
|
|
||||||
|
[[files]]
|
||||||
|
file = "config/sodiumdynamiclights-client.toml"
|
||||||
|
hash = "fdc1c6c0bf32bebe2a4b3a6fdafe7f8babf48dfc78ab6d9f997ea4bf5be58b29"
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "config/waystones-common.toml"
|
file = "config/waystones-common.toml"
|
||||||
hash = "a5c68ae1a3e5ad4a0b93efee1ad9d3baa65ca0c9cd59d6378c856d1b7f94282e"
|
hash = "a5c68ae1a3e5ad4a0b93efee1ad9d3baa65ca0c9cd59d6378c856d1b7f94282e"
|
||||||
|
@ -6,7 +6,7 @@ pack-format = "packwiz:1.1.0"
|
|||||||
[index]
|
[index]
|
||||||
file = "index.toml"
|
file = "index.toml"
|
||||||
hash-format = "sha256"
|
hash-format = "sha256"
|
||||||
hash = "ea9541959cf64126c2844e6247e1dcd42cf32c9f1ad819f6b423ac24958b8ab7"
|
hash = "c50b9305656788e3402614426ddd6dcad62a715e52c8291a9f7c88992ff5bf9e"
|
||||||
|
|
||||||
[versions]
|
[versions]
|
||||||
forge = "47.4.0"
|
forge = "47.4.0"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user