Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
TexBlock committed Sep 5, 2023
1 parent f528191 commit a17a76f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
[![GitHub license](https://img.shields.io/github/license/LambdAurora/SpruceUI?style=flat-square)](https://raw.githubusercontent.com/LambdAurora/SpruceUI/master/LICENSE)
![Environment: Client](https://img.shields.io/badge/environment-client-1976d2?style=flat-square)

SpruceUI unofficial forge port.

A Minecraft mod API which adds some GUI utilities.

<img alt="java17" height="56" src="https://cdn.jsdelivr.net/npm/@intergrav/devins-badges@3/assets/cozy/built-with/java17_vector.svg">
Expand Down Expand Up @@ -34,7 +36,6 @@ Add this to your `build.gradle` in addition of the base Forge mod `build.gradle`

```groovy
repositories {
mavenLocal()
maven { url = "https://api.modrinth.com/maven" }
}
Expand All @@ -49,4 +50,4 @@ And this to your `gradle.properties`:
spruceui_version=0.1.1+1.20.1
```

It will JAR-in-JAR SpruceUI so users of your mod don't need to download it separately!
It will JAR-in-JAR ObsidianUI so users of your mod don't need to download it separately!
2 changes: 2 additions & 0 deletions src/main/resources/META-INF/mods.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ logoFile= "icon.png"
credits="LambdAurora"
authors="TexTrue, TexTrueStudio"
description='''
SpruceUI unofficial forge port.
Just a GUI library.
'''

Expand Down

0 comments on commit a17a76f

Please sign in to comment.