Find a file
2020-06-23 13:44:29 +02:00
gradle/wrapper Gradle did a thing. I don't know why. 2019-10-04 18:36:00 +02:00
skins@c52be1484f Update the skin pack 2020-04-17 17:24:44 +02:00
src/main Add missing translation to the pirate speak lang 2020-06-23 13:39:25 +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 Add branch name to maven artifact 2019-11-30 18:31:58 -05:00
build.gradle 20w20b -> 1.16 2020-06-19 17:03:08 +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 Bump release 2020-06-23 13:44:29 +02:00
gradlew Gradle did a thing. I don't know why. 2019-10-04 18:36:00 +02:00
gradlew.bat Gradle did a thing. I don't know why. 2019-10-04 18:36:00 +02:00
LICENSE Come on, it's the current year now 2019-06-03 12:55:51 +02:00
README.md F****ng markdown 2020-04-29 11:24:43 +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

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.