thecodewarrior / Hooked

Adds terraria style hooks to minecraft
BSD 2-Clause "Simplified" License
12 stars 12 forks source link

Buggy behaviour when equipping/unequipping hooks with other methods than the bauble inventory #8

Closed angelnc1989 closed 5 years ago

angelnc1989 commented 6 years ago

When a hook is equipped from a Bauble Case from Botania or after dying from a grave mod like Tomb Many Graves the hook is not working. It has to be equipped manually from the bauble inventory.
When a hook is unequipped from the Bauble Case from Botania it still works despite not being equipped. Also dimension switching sometimes makes the hook stop working. Not really sure what the exact conditions for that are.

thecodewarrior commented 6 years ago

I'll look in to the dimension switching, but the bauble inventory stuff is a Baubles bug as far as I know. That's basically the only time the equip/unequip events are fired for the item. I might switch to simply checking each tick if it's changed in order to circumvent that.