Topic category: Help with Minecraft modding (Java Edition)
I'm trying to create an item that makes a totem animation. I've tried using multiple triggers and have had the same issue. Everything works in my procedure except the animation - The animation will play once, but if I try to activate it again, it does not work. I want the item to trigger when your health is below 50%, it blocks all incoming damage for 10 seconds.
When I tested on the "item right clicked" trigger, I could trigger the animation as fast as needed, so I don't think the issue is with how fast it's being triggered. Here are my procedures:
Curio When Equipped Update Tick: https://imgur.com/3Z2IBCy
Entity Attacked (main trigger): https://imgur.com/bLtXmTn
I just want to reiterate, everything in this works as intended except for the animation playing. I've tried moving the animation to another procedure, and using the "call procedure" block. I've tried putting it on player update tick. So far nothing has worked. Any suggestions are greatly appreciated.
Thank you