Find a file
2022-11-25 19:52:36 +00:00
.github/workflows Dump travis, embrace github actions 2022-11-11 23:48:15 +01:00
gradle/wrapper Update gradle 2018-07-08 20:39:26 -04:00
skins@33af729369 Update background ponies 2022-11-12 00:10:46 +01:00
src Properly clear the error state after uploading 2022-11-25 19:52:36 +00:00
.gitignore Add a custom entrypoint that lets us set the credentials from the commandline 2022-11-25 18:41:45 +00:00
.gitmodules Add .gitmodules 2018-11-03 23:58:52 +02:00
build.gradle How about this? 2020-05-24 00:31:04 +02:00
gradle.properties Bump version 2022-11-12 00:06:01 +01:00
gradlew Update gradle 2018-07-08 20:39:26 -04:00
gradlew.bat Add gradle wrapper (because jenkins) 2017-02-13 23:35:55 -05:00
LICENSE Create LICENSE 2016-05-19 02:52:16 -04:00
README.md Update README.md 2018-08-20 15:51:26 -04:00
settings.gradle Bump release 2022-11-25 19:05:27 +00:00

Mine Little Pony

Turns players and mobs into ponies.

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
  1. After some time, the built mod will be in /build/libs.