Animotion is a Minecraft mod that adds realistic marine animals with custom animations and behaviour.
Current animals included in the mod:
- Baikal Seal
- Crabeater Seal
- Crab
- Gray Reef Shark
- Great White Shark
- Grey Seal
- Hammerhead Shark
- Harp Seal
- Leopard Seal
- Penguin
- Sea Devil
- Seal
- Southern Elephant Seal
- Tiger Shark
Each entity includes:
- Custom model
- Custom animations
- A Spawn Egg
- Install Fabric Loader
- Install Fabric API
- Download the latest version of Animotion
- Put the
.jarfile into yourmodsfolder - Launch Minecraft
Minecraft Version: 1.21
Required mods:
- Fabric Loader
- Fabric API
This mod was developed as a personal project.
Estimated development time: ~45 hours
Breakdown:
- ~20 hours designing animals, models and animations
- ~20 hours programming entities and behaviour
- ~5 hours debugging and polishing
This repository is organized into several main folders:
Contains the Java source code of the mod, including:
- Entity classes
- AI behaviour
- Mod initialization
- Game logic
- Datagen
Contains all resources required by the mod.
Important files and folders include:
assets/animotion/
textures/→ Textures used for entities and itemslang/→ Language files for in-game text
fabric.mod.json
- The main Fabric mod configuration file that defines the mod ID, dependencies and metadata.
screenshots/
- Contains screenshots used in the README to showcase the animals and items included in the mod.
Possible future additions:
- More animals
- Improved AI behaviour
- More animations













