Find a file
2024-02-09 19:45:42 +00:00
.github/workflows Update minotaur 2022-06-17 20:52:38 +02:00
gradle/wrapper 1.20.1 -> 1.20.2 2023-09-24 23:43:31 +01:00
skins@45dfe1101b Update skin pack 2023-12-07 21:47:22 +00:00
src/main Fix typo 2024-02-09 19:45:42 +00: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 Actually use the dynamic depends blocks 2024-02-09 19:45:34 +00:00
code_cleanup.xml Add codestyle and cleanup files for eclipse 2019-03-27 08:35:00 +02:00
code_style.importorder Add an import order stylecode 2022-05-23 23:17:17 +02:00
code_style.xml Add codestyle and cleanup files for eclipse 2019-03-27 08:35:00 +02:00
CONTRIBUTORS.md Added a contributors file 2023-03-02 19:24:01 +00:00
gradle.properties Update mson 2024-02-09 19:39:12 +00: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 Add modrinth badge 2023-07-24 21:41:16 +01:00
settings.gradle Update settings.gradle 2023-09-26 19:56:27 +01:00

Mine Little Pony

Current Version Build Status Downloads Modrinth 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>