
The AniMod
Create a Minecraft mod (Fabric) that adds an in-game Animation Creator tool. The mod should allow players to type a text prompt to generate custom animations...
The AniMod - Animation Creator
Overview
The AniMod lets you create custom animations for your player character and mobs right inside Minecraft! Design walking styles, emotes, attack moves, and idle poses using simple text prompts.
Features
- Create Animations - Type a description like "happy dance" or "zombie walk" to generate animations
- Animation Library - Save your creations and browse all your animations
- Apply to Anyone - Use animations on yourself or any mob
- Export & Share - Download animations as files to share with friends
- Animation Stations - Build animation editing stations in your world
How to Use
Commands
Open the Animation Creator with:
/animod gui
Create an animation:
/animod create <name>
Example: /animod create zombie_walk
See all animations:
/animod list
Play an animation:
/animod play <animation-id>
Example: /animod play a1b2c3d4
Stop animations:
/animod stop
Export to file:
/animod export <animation-id> <filepath>
Example: /animod export a1b2c3d4 animations/my_dance.json
Import a file:
/animod import <filepath>
Example: /animod import animations/cool_walk.json
Using Animation Blocks
- Animation Station - Craft and place to open the animation editor
- Animation Preview Block - Shows a preview of your animation
- Animation Library Block - Access your saved animations
Tips & Tricks
- Be descriptive in your prompts! "Angry stomping walk" creates better animations than just "walk"
- Use the Preview button to test before saving
- Share your animation files in the
theanimod/animationsfolder - Animations persist between game sessions automatically
Known Limitations
Some complex animations may require multiple attempts to get the desired result. The preview system works best in third-person view.