Find a file
2021-07-09 16:40:11 +02:00
.github/workflows Bump versions, fix reckon, fix github. EVERYTHING PLS 2021-06-25 16:19:46 +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 Whitespace 2021-07-09 16:40:11 +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 Bump versions, fix reckon, fix github. EVERYTHING PLS 2021-06-25 16:19:46 +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 Update HD Skins 2021-06-29 20:34:54 +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 Switch to using reckon and github actions 2021-06-24 19:19:35 +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.