Elegantia

GUI library for Minecraft and more

22,16k

Quick challenge

How far can you run before the mobs catch you?

Elegantia

Requires fabric API

Supports Mod Menu

Chat with us on Discord

Elegantia

It is used in Araraki Leo mods. Contains tools: - GUI and graphics (widgets, drawers, drawables) - for textures - for resource packs - quick configuration - modrinth update checker - math interfaces - world utils - other utils

Getting started

Insert in `build.gradle`

```groovy repositories { maven { url = "https://api.modrinth.com/maven" } }

dependencies { modImplementation "maven.modrinth:elegantia:0.0.1+fabric-1.21" } ```

Insert in build.gradle.kts

```groovy repositories { maven("https://api.modrinth.com/maven") }

dependencies { modImplementation("maven.modrinth", "elegantia", "0.0.1+fabric-1.21") } ```

Page badges

You can place badges on your project page to improve the perception of the posted information, as well as to improve the appearance of the page:

Requires elegantia

```html Requires elegantia ```

Requires fabric API

```html Requires fabric API ```

Supports REI

```html Supports REI ```

Supports Mod Menu

```html Supports Mod Menu ```

Chat with us on Discord

```html Chat with us on Discord ```

for modrinth page replace `.svg` to `.png`

ADS