mirror of
https://github.com/MineLittlePony/MineLittlePony.git
synced 2024-11-21 20:18:01 +01:00
gradle/wrapper | ||
skins@288d9e1697 | ||
src | ||
.gitignore | ||
.gitmodules | ||
.travis.yml | ||
build.gradle | ||
code_cleanup.xml | ||
code_style.xml | ||
gradle.properties | ||
gradlew | ||
gradlew.bat | ||
LICENSE | ||
README.md | ||
settings.gradle |
Mine Little Pony
Turns players and mobs into ponies.
Building
-
JDK 8 is required. Install it using https://docs.oracle.com/javase/8/docs/technotes/guides/install/windows_jdk_install.html
-
Open a terminal window in the same directory as the sources (git clone or extracted from zip). Run the following command (windows).
gradlew build
- After some time, the built mod will be in
/build/libs
.