667ce0ce4b
# Conflicts: # src/main/java/com/minelittlepony/api/events/Channel.java # src/main/java/com/minelittlepony/client/util/render/NativeUtil.java |
||
---|---|---|
.github/workflows | ||
gradle/wrapper | ||
skins@8987db558b | ||
src/main | ||
.gitignore | ||
.gitmodules | ||
build.gradle | ||
code_cleanup.xml | ||
code_style.importorder | ||
code_style.xml | ||
CONTRIBUTORS.md | ||
gradle.properties | ||
gradlew | ||
gradlew.bat | ||
LICENSE | ||
README.md | ||
settings.gradle |
Mine Little Pony
Turns players and mobs into ponies.
https://minelittlepony-mod.com
Building
-
JDK 17 is required. Install it using https://adoptium.net/?variant=openjdk17&jvmVariant=hotspot
-
Open a terminal window in the same directory as the sources (git clone or extracted from zip). Run the following command (windows).
gradlew build
- 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>