diff --git a/config/sodiumdynamiclights-client.toml b/config/sodiumdynamiclights-client.toml new file mode 100644 index 0000000..1e633a6 --- /dev/null +++ b/config/sodiumdynamiclights-client.toml @@ -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" + diff --git a/index.toml b/index.toml index b24f25e..b32f91b 100644 --- a/index.toml +++ b/index.toml @@ -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" diff --git a/pack.toml b/pack.toml index a67d5a8..196d7e2 100644 --- a/pack.toml +++ b/pack.toml @@ -6,7 +6,7 @@ pack-format = "packwiz:1.1.0" [index] file = "index.toml" hash-format = "sha256" -hash = "ea9541959cf64126c2844e6247e1dcd42cf32c9f1ad819f6b423ac24958b8ab7" +hash = "c50b9305656788e3402614426ddd6dcad62a715e52c8291a9f7c88992ff5bf9e" [versions] forge = "47.4.0"