A Minecraft: Bedrock Edition addon that turns players and mobs into ponies.
https://minelittlepony-mod.com
- Download the latest .McPack files from the GitHub Releases page
- Follow the official installation instructions from https://minecraft.net/addons
Form | Model | Animations |
---|---|---|
Earth Pony | ✔️ | Partial |
Unicorn | ✔️ | |
Pegasus | ||
Batpony | ||
Changeling |
Item | Status |
---|---|
Ponified armor | ✔️ |
Magic auras | In Progress |
Pony hat fixes | |
Unicorn horn | ✔️ |
Magic colors | ✔️ |
Pegasi wings | |
Changeling wings | |
Batpony wings | |
Batpony ears | |
Tail length | |
Snuzzle type | |
Model size | |
Pony gear |
Mobs | Form | Status |
---|---|---|
Drowned | Earth Pony | |
Enderman | Special | |
Evoker | Unicorn | |
Guardian | Special | |
Husk | Earth Pony | |
Illusioner | Unicorn | |
Pillager | Changeling | |
Skeleton | Skeleton (Unicorn) | In Progress |
Stray | Skeleton (Earth Pony) | |
Vex | Breezie | |
Villager | Earth Pony | |
Vindicator | Pegasus | |
Wandering Trader | Earth Pony | |
Witch | Earth Pony + Hat | |
Wither Skeleton | Large Skeleton (Unicorn) | |
Zombie | Earth Pony | ✔️ |
Zombie Pigman | Earth Pony | |
Zombie Villager | Earth Pony |
- Ponified player models are not supported.
- Elytra are not positioned correctly.
- There's currently no way for an addon to override their positioning.
We use Node.js to build the different components of the addon and bundle them together.
First, install all the needed development tools with
npm install
This will sync all addon files, start the game, and show the content log.
npx gulp dev
If you want to run the game on an android device instead of your computer, you can use the --adb
flag. Note: you will need to have ADB set up and connected to your device already.
npx gulp dev --adb
npx gulp clean
- Cleans the build directorynpx gulp build
- builds the addonnpx gulp manifest
- Syncs the addon manifest wilth the package.json filenpx gulp pack
- Packs the addonnpx gulp sync
- Syncs the addon files to the gamenpx gulp launch
- Launches the gamenpx gulp log
- Displays the content log from the gamenpx gulp watch
- Watches the addon files and syncs them to the game when they change.
This project is licensed under the MIT License - see the LICENSE.md file for details.