Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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: about 2 months ago
JSON representation

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

Awesome Lists containing this project

README

        

# Kirin UI

[![Current Version](https://img.shields.io/github/v/release/MineLittlePony/Kirin)](https://github.com/MineLittlePony/Kirin/releases/latest)
[![Build Status](https://github.com/MineLittlePony/Kirin/actions/workflows/gradle-build.yml/badge.svg)](https://github.com/MineLittlePony/Kirin/actions/workflows/gradle-build.yml)
![License](https://img.shields.io/github/license/MineLittlePony/Kirin)
![](https://img.shields.io/badge/api-fabric-orange.svg)

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`