hjake123 / reactive

A Minecraft NeoForge mod based around alchemy and experimentation.
https://www.curseforge.com/minecraft/mc-mods/reactive
Other
4 stars 0 forks source link

#bug carved pumpkin Spirit summoning not working #23

Closed HarbingerOfCrazy closed 9 months ago

HarbingerOfCrazy commented 9 months ago

MC ver 1.20.1 :Summoning spirits with soul and carved pumpkins only works with the blaze. suspected cause, from looking at the code: candles block name is candles not candle, so it can not be found. (suggestion: use blocktags to support modded candles?)

hjake123 commented 9 months ago

I couldn't reproduce this issue (it works for me). Are you using undyed candles and are they lit? Either way, it should be using the block tag (though my AreaMemory class doesn't really support those right now), but it'd be good to know if it was actually not working.

hjake123 commented 9 months ago

That being said it actually shouldn't be hard to make it work with all tagged candles so...

hjake123 commented 9 months ago

Fixed in 7a