mirror of
https://github.com/MineLittlePony/MineLittlePony.git
synced 2024-11-22 04:27:59 +01:00
Update README.md
This commit is contained in:
parent
53ca978c34
commit
f74fb85f66
1 changed files with 6 additions and 9 deletions
15
README.md
15
README.md
|
@ -12,7 +12,7 @@ https://minelittlepony-mod.com
|
||||||
|
|
||||||
## Building
|
## 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).
|
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`.
|
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 <a href="https://fabricmc.net">here</a>
|
Fabric (And FabricAPI) are required. Please refer to their installation instructions <a href="https://fabricmc.net">here</a> 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!**
|
**Remember to use the fabric launcher profile when starting the game!**
|
||||||
|
|
||||||
|
## Maven
|
||||||
## 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`
|
Stable Releases Channel: `https://repo.minelittlepony-mod.com/maven/release`
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue