From 097070fa1477cd252f6342bbc41caee0772c1425 Mon Sep 17 00:00:00 2001 From: Yonah Date: Sat, 21 Jun 2025 23:08:32 +0900 Subject: [PATCH] config/sodiumdynamiclights-client: tweak condition Disable water sensitive check, enable entity lights. --- config/sodiumdynamiclights-client.toml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 config/sodiumdynamiclights-client.toml 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" +