MineLittlePony/README.md
2019-05-29 21:40:28 +02:00

17 lines
386 B
Markdown

# Mine Little Pony
Turns players and mobs into ponies.
http://minelittlepony-mod.com
## Building
1. JDK 8 is required. Install it using https://adoptopenjdk.net/
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`.