Find a file
2021-03-26 22:44:53 +02:00
.github/workflows Add github action to check push and pr 2021-03-07 12:22:06 -05:00
gradle/wrapper Gradle did a thing. I don't know why. 2019-10-04 18:36:00 +02:00
skins@928cf585e7 Bump skinpack ref 2021-02-26 11:27:12 +02:00
src/main Removed testificates 2021-03-16 17:55:33 +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 Remove duplicate mc version in the version 2021-03-07 18:04:55 +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-03-26 22:44:53 +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.