fixed hexeri crashing by removing lazyyyyy-lexforge

lazyyyyy-lexforge caused crashing when loading hexeri dark coven structure specifically the armor stands
This commit is contained in:
2025-05-25 13:03:06 -05:00
parent 1ab9c5dc19
commit c87fc1863c
16 changed files with 105 additions and 236 deletions

View File

@ -2,13 +2,13 @@
[sodiumdynamiclights]
#Lighting mode
#Allowed Values: OFF, SLOW, FAST, REALTIME
mode = "REALTIME"
mode = "SLOW"
#Enable entities light source.
entities = true
entities = false
#Enable first-person player light source.
self = true
#Enable block entities light source.
block_entities = false
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.
@ -16,5 +16,5 @@
tnt = "SIMPLE"
#Creeper lighting mode. May be off, simple or fancy.
#Allowed Values: OFF, SIMPLE, FANCY
creeper = "OFF"
creeper = "SIMPLE"