Find a file
2020-11-10 22:49:30 +02:00
gradle/wrapper Gradle did a thing. I don't know why. 2019-10-04 18:36:00 +02:00
skins@eb41fe8a22 Bump skin pack 2020-11-10 21:11:01 +02:00
src/main Seaponies cano now have a dedicated texture separate from the normal skin 2020-11-10 22:49:30 +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 1.16-rc1 -> 1.16.2 2020-08-16 23:48:26 +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 Fix build and bump dependencies 2020-11-10 21:38:05 +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.