MCPcopy Index your code
hub / github.com/MineLittlePony/MineLittlePony

github.com/MineLittlePony/MineLittlePony @1100000.0.0

Chat with this repo
repository ↗ · DeepWiki ↗ · release 1100000.0.0 ↗ · + Follow
1,063 symbols 2,667 edges 178 files 150 documented · 14%
What it actually does AI analysis from the code graph — generated when you open this
loading…
README

Mine Little Pony

Current Version Build Status Downloads Discord Server License

Turns players and mobs into ponies.

https://minelittlepony-mod.com

Building

  1. JDK 17 is required. Install it using https://adoptium.net/?variant=openjdk17&jvmVariant=hotspot

  2. Open a terminal window in the same directory as the sources (git clone or extracted from zip). Run the following command (windows).

gradlew build
  1. After some time, the built mod will be in /build/libs.

Installation

Fabric (And FabricAPI) are required. Please refer to their installation instructions here and come back once you have Fabric functioning.

Once you have fabric installed, simply download the MineLittlePony-version.jar for your particular version from the releases page and place it into your mods folder next to the fabric-api jar and (optionally) the hdskins jar.

Remember to use the fabric launcher profile when starting the game!

Maven

Stable Releases Channel: https://repo.minelittlepony-mod.com/maven/release

Unstable Snapshot Channel: https://repo.minelittlepony-mod.com/maven/snapshot

Dependency: com.minelittlepony:minelittlepony:<version>

Extension points exported contracts — how you extend this code

Core symbols most depended-on inside this repo

Shape

Method 858
Class 148
Interface 41
Enum 16

Languages

Java100%

Modules by API surface

src/main/java/com/minelittlepony/client/model/AbstractPonyModel.java28 symbols
src/main/java/com/minelittlepony/api/pony/network/MsgPonyData.java27 symbols
src/main/java/com/minelittlepony/client/render/EquineRenderManager.java21 symbols
src/main/java/com/minelittlepony/client/model/entity/race/SeaponyModel.java18 symbols
src/main/java/com/minelittlepony/client/model/IPonyMixinModel.java17 symbols
src/main/java/com/minelittlepony/client/render/entity/PlayerPonyRenderer.java16 symbols
src/main/java/com/minelittlepony/client/model/ClientPonyModel.java16 symbols
src/main/java/com/minelittlepony/client/render/entity/AbstractPonyRenderer.java15 symbols
src/main/java/com/minelittlepony/api/model/IModel.java15 symbols
src/main/java/com/minelittlepony/client/pony/PonyData.java14 symbols
src/main/java/com/minelittlepony/client/pony/NativePonyData.java13 symbols
src/main/java/com/minelittlepony/client/model/part/PonyWings.java13 symbols

For agents

$ claude mcp add MineLittlePony \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact

Ask about this repo answers extend the page