Find a file
2021-11-25 00:09:34 +02:00
.github/workflows Fix github actions 2021-08-09 21:10:20 +02:00
gradle/wrapper 1.17 -> 1.18-pre8 2021-11-25 00:09:34 +02:00
skins@6b5abae17e Update the skins pack 2021-07-22 15:59:24 +02:00
src/main 1.17 -> 1.18-pre8 2021-11-25 00:09:34 +02:00
.gitignore Update to 1.12 2017-06-13 03:31:01 -04:00
.gitmodules Remove the submodule declaration for HDSkins 2019-05-01 09:46:20 +02:00
build.gradle 1.17 -> 1.18-pre8 2021-11-25 00:09:34 +02:00
code_cleanup.xml Add codestyle and cleanup files for eclipse 2019-03-27 08:35:00 +02:00
code_style.xml Add codestyle and cleanup files for eclipse 2019-03-27 08:35:00 +02:00
gradle.properties 1.17 -> 1.18-pre8 2021-11-25 00:09:34 +02:00
gradlew 1.17 -> 1.18-pre8 2021-11-25 00:09:34 +02:00
gradlew.bat 21w11a -> 21w19a 2021-05-15 01:14:42 +02:00
LICENSE Come on, it's the current year now 2019-06-03 12:55:51 +02:00
README.md Update README.md 2021-06-21 01:14:20 +02:00
settings.gradle 1.17 -> 1.18-pre8 2021-11-25 00:09:34 +02:00

Mine Little Pony

Build Status Downloads Discord Server License

Turns players and mobs into ponies.

https://minelittlepony-mod.com

Building

  1. JDK 8 is required. Install it using https://adoptopenjdk.net/

  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 (Users):

Starting in 1.13 Mine Little Pony uses Fabric for it's modding APIs. Refer to their installation instructions here

Once you have fabric installed, simply download the MineLittlePony-version.jar from releases and place it in your mods folder. Remember to use the fabric launcher profile when starting the game!

Installation (Modders):

Yer probably lookin' fer a meven, am I right? Well ye have two choices. Pick yer poison.

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>-1.15.2

Check releases for the most recent release version or the gradle.properties for most recent snapshot version.