mirror of
https://github.com/MineLittlePony/MineLittlePony.git
synced 2024-11-29 23:48:00 +01:00
Merge branch 'master' of https://github.com/MineLittlePony/MineLittlePony
This commit is contained in:
commit
f5b24c3258
1 changed files with 12 additions and 0 deletions
12
README.md
12
README.md
|
@ -3,3 +3,15 @@
|
||||||
Turns players and mobs into ponies.
|
Turns players and mobs into ponies.
|
||||||
|
|
||||||
http://minelittlepony-mod.com
|
http://minelittlepony-mod.com
|
||||||
|
|
||||||
|
## Building
|
||||||
|
|
||||||
|
1. JDK 8 is required. Install it using https://docs.oracle.com/javase/8/docs/technotes/guides/install/windows_jdk_install.html
|
||||||
|
|
||||||
|
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
|
||||||
|
```
|
||||||
|
|
||||||
|
3. After some time, the built mod will be in `/build/libs`.
|
||||||
|
|
Loading…
Reference in a new issue