MineLittlePony / Kirin

Embedded common code used across several Mine Little Pony projects to create their GUIs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Kirin UI

Current Version Build Status License

Embedded common code used across several Mine Little Pony projects to create their GUIs.

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

Installation (Modders):

Maven: https://repo.minelittlepony-mod.com/maven/snapshot

Dependency: com.minelittlepony:Kirin:1.6.4-1.16-rc1

About

Embedded common code used across several Mine Little Pony projects to create their GUIs

License:MIT License


Languages

Language:Java 98.9%Language:PHP 1.1%