Taunt

This modification adds the ability to perform taunting gestures to Minecraft, inspired by the Pizza Tower game! When using a taunt, your character gains brief invincibility and can also deflect arrows.
By default, the taunt is activated using the R key.
Creating Custom Taunt Animations
You can create unique taunt animations by following these steps:
- You'll need Blockbench software and an animation to JSON converter
- Create a new project → select "skin" type (Player Wide without pose) → convert to Java model
- Rename model parts with correct names (e.g.: Head → head, RightArm → right_arm)
- Create the desired animation
- Export the animation to JSON through the "File" menu
- Save the resulting JSON file in the assets/
/neoforge/animations/entity folder - Add the JSON data to the data/
/taunt/taunt folder (you can see an example in the developer's repository) - Done! Your custom animation has been added