AtomicStryker / atomicstrykers-minecraft-mods

Repository for my open source Minecraft Mods
https://atomicstryker.github.io/
180 stars 96 forks source link

Dynamic Light Selflight File Not Working Past 2 Original Entries #509

Closed 704Prod closed 1 month ago

704Prod commented 2 months ago

Hey, I'm confused. Am I not formatting this correctly? Nothing besides the original minecraft:torch & minecraft:glowstone will emit light from the selflight.cfg Here's how I have it set up

https://pastebin.com/ecnuC8fL

AtomicStryker commented 2 months ago

What version of MC is this? If the mods use very complex items with nbt metadata, you may have to add anyNbtMatch for Dynamic Lights to recognize matches. I checked one of your strings, ars_additions:golden_lantern seems to be the correct string to me.

704Prod commented 2 months ago

Hey, sorry for the late reply. I'm on 1.19.2

AtomicStryker commented 2 months ago

Try it like this

"{anyNbtMatch:true,lightLevel:15s,nameId:\"ars_additions:golden_lantern\"}",
704Prod commented 2 months ago

Sorry for the late response, going to try this soon