Find a file
2021-11-27 18:46:43 +02:00
.github/workflows Fix github actions 2021-08-09 21:10:20 +02:00
gradle/wrapper 21w11a -> 21w19a 2021-05-15 01:14:42 +02:00
skins@6b5abae17e Update the skins pack 2021-07-22 15:59:24 +02:00
src/main Missing @Overrides 2021-11-17 01:22: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
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 Bump dependencies 2021-10-11 18:38:15 +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-11-27 18:46:43 +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 16 is required. Install it using https://adoptium.net/?variant=openjdk17&jvmVariant=hotspot

  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

Fabric (And FabricAPI) are required. Please refer to their installation instructions here and come back once you have Fabric functioning.

Once you have fabric installed, simply download the MineLittlePony-version.jar for your particular version from the releases page and place it into your mods folder next to the fabric-api jar and (optionally) the hdskins jar.

Remember to use the fabric launcher profile when starting the game!

Maven

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.