MineLittlePony/README.md

18 lines
448 B
Markdown
Raw Normal View History

2016-05-17 04:00:26 -04:00
# Mine Little Pony
Turns players and mobs into ponies.
2016-11-15 03:04:35 -05:00
http://minelittlepony-mod.com
2018-08-20 15:51:26 -04:00
## 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`.