2016-05-17 10:00:26 +02:00
|
|
|
# Mine Little Pony
|
|
|
|
|
2019-06-01 10:26:35 +02:00
|
|
|
[![Build Status](https://travis-ci.org/MineLittlePony/MineLittlePony.svg?branch=master)](https://travis-ci.org/MineLittlePony/MineLittlePony)
|
|
|
|
|
2016-05-17 10:00:26 +02:00
|
|
|
Turns players and mobs into ponies.
|
|
|
|
|
2016-11-15 09:04:35 +01:00
|
|
|
http://minelittlepony-mod.com
|
2018-08-20 21:51:26 +02:00
|
|
|
|
|
|
|
## Building
|
|
|
|
|
2019-05-29 21:40:28 +02:00
|
|
|
1. JDK 8 is required. Install it using https://adoptopenjdk.net/
|
2018-08-20 21:51:26 +02:00
|
|
|
|
|
|
|
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`.
|