diff --git a/README.md b/README.md index 7628e11f..7b3eade5 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ https://minelittlepony-mod.com ## Building -1. JDK 8 is required. Install it using https://adoptopenjdk.net/ +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). @@ -22,18 +22,15 @@ gradlew build 3. After some time, the built mod will be in `/build/libs`. -## Installation (Users): +## Installation -Starting in 1.13 Mine Little Pony uses _Fabric_ for it's modding APIs. Refer to their installation instructions here +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](https://github.com/MineLittlePony/MineLittlePony/releases) and place it into your mods folder next to the fabric-api jar and (optionally) the hdskins jar. -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. - +## Maven Stable Releases Channel: `https://repo.minelittlepony-mod.com/maven/release`