/MineLittlePony-Bedrock

A Minecraft: Bedrock Edition addon that turns players and mobs into ponies.

Primary LanguageTypeScriptMIT LicenseMIT

Mine Little Pony - Bedrock Edition

Discord Server License Build Tests Release

A Minecraft: Bedrock Edition addon that turns players and mobs into ponies.

https://minelittlepony-mod.com

Installation

  1. Download the latest .McPack files from the GitHub Releases page
  2. Follow the official installation instructions from https://minecraft.net/addons

Current Status

Pony Forms

Form Model Animations
Earth Pony ✔️ Partial
Unicorn ✔️
Pegasus
Batpony
Changeling

Technical Misc

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

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

Known Issues & Limitations

  • Ponified player models are not supported.
  • Elytra are not positioned correctly.
    • There's currently no way for an addon to override their positioning.

Development

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

Live Development

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

Other

  • npx gulp clean - Cleans the build directory
  • npx gulp build - builds the addon
  • npx gulp manifest - Syncs the addon manifest wilth the package.json file
  • npx gulp pack - Packs the addon
  • npx gulp sync - Syncs the addon files to the game
  • npx gulp launch - Launches the game
  • npx gulp log - Displays the content log from the game
  • npx gulp watch - Watches the addon files and syncs them to the game when they change.

License

This project is licensed under the MIT License - see the LICENSE.md file for details.