Hi,
So basically, i want to stop the swing animation when the player right click on a block with the item.
I found that the resetEquippedProggress() does that, and also that Forge has an Event, that when its cancelled it shouldn't happen.
Now i cancelled the PlayerInteractEvent when the item is held and the action is RIGHT_CLICK_BLOCK.
With System prints i tested it it gets called, yet i can still see the animation
What are the other possible ways to cancel the right click on block