Skip to content

Commit

Permalink
port to forge
Browse files Browse the repository at this point in the history
  • Loading branch information
TexBlock committed Sep 2, 2023
1 parent c5837eb commit 44f0267
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# SpruceUI
# ObsidianUI

![Java 17](https://img.shields.io/badge/language-Java%2017-9B599A.svg?style=flat-square)
[![GitHub license](https://img.shields.io/github/license/LambdAurora/SpruceUI?style=flat-square)](https://raw.githubusercontent.com/LambdAurora/SpruceUI/master/LICENSE)
Expand All @@ -7,13 +7,21 @@

A Minecraft mod API which adds some GUI utilities.

<a href="https://modrinth.com/mod/architectury-api">
<img alt="architectury-api" height="56" src="https://cdn.jsdelivr.net/npm/@intergrav/devins-badges@3/assets/cozy/requires/architectury-api_vector.svg">
</a>

<a>
<img alt="forge" height="56" src="https://cdn.jsdelivr.net/npm/@intergrav/devins-badges@3/assets/cozy/supported/forge_vector.svg">
</a>

## Build

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

## Use inside a mod

You can look at the [SpruceUI test mod](https://github.com/LambdAurora/SpruceUI/tree/1.19.4/src/testmod) for examples of use.
You can look at the [SpruceUI test mod](src/main/java/dev/lambdaurora/spruceui/test) for examples of use.

### Import inside a project

Expand Down

0 comments on commit 44f0267

Please sign in to comment.