Compatibility
Minecraft: Java Edition
1.21.1
Platforms
NeoForge
Supported environments
90% of ad revenue goes to creators
Support creators and Modrinth ad-free with Modrinth+Creators
Details
Licensed MIT
Published last month
Updated last month
Taunt
This mod add Taunt from pizza tower game!
If you taunt. you will get small invincibility time. also parry the arrow!
default taunt key is r key
How to add Custom taunt animation?
- First You need blockbench. and Animation To Json Converter
- new project -> skin(Player Wide and no pose) -> convert to java model format
- renaming correct model part name (ex. Head -> head. RightArm -> right_arm)
- make the animation
- file -> export Animation to json
- saved json to assets/<modid>/neoforge/animations/entity folder
- write json to data/<modid>/taunt/taunt folder(see the https://github.com/baguchi/Taunt/blob/master/src/main/resources/data/taunt/taunt/taunt/taunt_1.json)
- done!