Find a file
AtomicGlow af802e8e69 This should allow for unemployed villagers to use biome specific skins.
Allows biome specific skins for unemployed villagers.
2022-03-23 06:25:12 -04:00
.github/workflows Run checks using java 17 2021-12-04 19:51:35 +02:00
gradle/wrapper 1.17 -> 1.18-pre8 2021-11-25 00:09:34 +02:00
skins@6b5abae17e Update the skins pack 2021-07-22 15:59:24 +02:00
src/main This should allow for unemployed villagers to use biome specific skins. 2022-03-23 06:25:12 -04:00
.gitignore This should allow for unemployed villagers to use biome specific skins. 2022-03-23 06:25:12 -04:00
.gitmodules Remove the submodule declaration for HDSkins 2019-05-01 09:46:20 +02:00
build.gradle Make sure the jar is published to modrinth on release 2022-01-13 11:34:15 +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 1.18.0-pre -> 1.18.2 (breaking changes) 2022-03-03 13:47:50 +02:00
gradlew 1.17 -> 1.18-pre8 2021-11-25 00:09:34 +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 Fix the build status badge 2021-12-04 15:44:10 +02:00
settings.gradle Publish to modrinth when a new release is built 2021-12-04 17:14:25 +02:00

Mine Little Pony

Build Status Downloads Discord Server License

Turns players and mobs into ponies.

https://minelittlepony-mod.com

Building

  1. JDK 17 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.