A repository containing a myth that showcases an example of a new animal entity that naturally spawns in the frostlands if the "roaming animals" game rule is enabled.
This repository is a community-provided example for creating custom animal entities in Minecraft Legends. It is maintained by the Legends Modding organization and serves as a starting point for modders who want to add new creatures to the game.
This example includes:
- A custom animal entity, the "Crocapus".
- Behavior and resource packs (
BPandRP) for the entity. - Natural spawning in the frostlands when the "roaming animals" game rule is enabled.
To use this example as a template for your own mod:
- Fork or clone this repository.
- Explore the
legends_example_animal_bpandlegends_example_animal_rpdirectories.bp/: Contains the behavior pack, defining the entity's logic and behaviors.rp/: Contains the resource pack, defining textures, models, sounds, and UI elements.
- Modify the files to create your own custom animal.
- Rename files and update identifiers to match your new entity.
- Replace models, textures, and animations with your own assets.
- Adjust the entity's behavior in the
.jsonfiles.
Legends Modding is a community of developers, artists, and writers dedicated to creating and sharing mods for Minecraft Legends. We believe in open collaboration and aim to provide a platform for modders to showcase their work, share knowledge, and collaborate on exciting new projects.
- Discord: Join our Discord server to connect with other modders.
- Documentation: Check out the Minecraft Legends Modding Docs for guides and resources.
- Mythos: Browse and share mods on our Mythos platform.
We welcome contributions! Please see our CONTRIBUTING.md file for guidelines on how to get involved.
To ensure a welcoming and inclusive environment, we have a CODE_OF_CONDUCT.md that all members are expected to follow.