https://github.com/minelittlepony/kirin
Embedded common code used across several Mine Little Pony projects to create their GUIs
https://github.com/minelittlepony/kirin
gui minecraft
Last synced: 6 months ago
JSON representation
Embedded common code used across several Mine Little Pony projects to create their GUIs
- Host: GitHub
- URL: https://github.com/minelittlepony/kirin
- Owner: MineLittlePony
- License: mit
- Created: 2019-04-15T07:12:34.000Z (about 7 years ago)
- Default Branch: 1.21.5
- Last Pushed: 2025-03-22T12:49:48.000Z (over 1 year ago)
- Last Synced: 2025-03-22T15:51:41.307Z (over 1 year ago)
- Topics: gui, minecraft
- Language: Java
- Size: 8.26 MB
- Stars: 6
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Kirin UI
[](https://github.com/MineLittlePony/Kirin/releases/latest)
[](https://github.com/MineLittlePony/Kirin/actions/workflows/gradle-build.yml)


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
```
3. 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`