Find a file
2021-06-21 23:47:58 +02:00
.github/workflows Remove the matrix from github's workflow 2021-06-20 19:19:03 +02:00
gradle/wrapper 21w11a -> 21w19a 2021-05-15 01:14:42 +02:00
skins@4d18786a63 21w11a -> 21w19a 2021-05-15 01:14:42 +02:00
src/main Fix naming collission between MagicGlow.Color and util.Color 2021-06-21 23:47:58 +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
.travis.yml 21w11a -> 21w19a 2021-05-15 01:14:42 +02:00
build.gradle Migrate to jebrains annotations 2021-06-10 19:32:21 +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 Back to snapshot 2021-06-18 23:39:20 +02:00
gradlew 21w11a -> 21w19a 2021-05-15 01:14:42 +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 Move hdskins back to main 2019-07-03 23:40:56 -04: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.