Stalker Creepers

Stalker Creepers

1M Downloads

[Dynamic Light] didn't work with some light block

adsioho opened this issue · 6 comments

commented

Versioning
NeoForge 21.0.167 , MC 1.21 , and Iris , Sodium

Image

What did you do
hold a latern or some light block(No torch) into the dark
and now i saw that the lantern didn's work at dynamic light.
Only the torch can work in dynamic light

commented
commented

闪亮物品的默认配置文件可能缺少大量内容
多年来添加的 Minecraft。请务必给我一个清单

Soul torch,Soul lantern,Soul Campfire, Campfire,lantern,redstone torch...

commented

and u should add some different light level to these blocks , such as darker light level to redstone torch

commented

figured it out, the currently recommended forge version simply has broken event handlers

commented

Here is the new default config:

{
"itemsList": [
"{anyNbtMatch:1b,id:"minecraft:torch",lightLevel:14s}",
"{anyNbtMatch:1b,id:"minecraft:lantern",lightLevel:15s}",
"{anyNbtMatch:1b,id:"minecraft:campfire",lightLevel:15s}",
"{anyNbtMatch:1b,id:"minecraft:glowstone",lightLevel:15s}",
"{anyNbtMatch:1b,id:"minecraft:redstone_torch",lightLevel:10s}",
"{anyNbtMatch:1b,id:"minecraft:redstone_ore",lightLevel:10s}",
"{anyNbtMatch:1b,id:"minecraft:redstone_block",lightLevel:10s}",
"{anyNbtMatch:1b,id:"minecraft:soul_lantern",lightLevel:15s}",
"{anyNbtMatch:1b,id:"minecraft:soul_campfire",lightLevel:15s}",
"{anyNbtMatch:1b,id:"minecraft:soul_torch",lightLevel:14s}"
],
"notWaterProofList": [
"{anyNbtMatch:1b,id:"minecraft:torch"}",
"{anyNbtMatch:1b,id:"minecraft:soul_torch"}",
"{anyNbtMatch:1b,id:"minecraft:campfire"}",
"{anyNbtMatch:1b,id:"minecraft:soul_campfire"}"
]
}

You can adjust light levels to what you think is best for you.

commented

versions for 1.21.4NF and 1.21.1NF are pushed to curse
normal forge somehow broke, got to check why