Skip to content

SpruceUI unofficial architectury port. A Minecraft library mod which adds a new abstraction to create GUI interfaces. Still close to the Vanilla design code-wise.

License

Notifications You must be signed in to change notification settings

ThinkingStudios/ObsidianUI

 
 

Repository files navigation

ObsidianUI

GitHub license Environment: Client

SpruceUI unofficial architectury port.

A Minecraft mod API which adds some GUI utilities.

fabric forge

Build

Just do ./gradlew build and everything should build just fine!

Use inside a mod

You can look at the SpruceUI testmod for examples of use.

Import inside a project

Add this to your build.gradle in addition of the base mod build.gradle:

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

dependencies {
    include modImplementation("maven.modrinth:obsidianui:${project.obsidianui_version}")
}

And this to your gradle.properties:

obsidianui_version=0.2.2+1.20.4

About

SpruceUI unofficial architectury port. A Minecraft library mod which adds a new abstraction to create GUI interfaces. Still close to the Vanilla design code-wise.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 100.0%