diff options
author | Juuz <6596629+Juuxel@users.noreply.github.com> | 2021-05-27 19:38:15 +0300 |
---|---|---|
committer | Juuz <6596629+Juuxel@users.noreply.github.com> | 2021-05-27 19:38:15 +0300 |
commit | da554fce60f1cba794a9c062b3ded81caf1f57b9 (patch) | |
tree | bbb3c8cc374391856f44064074e2b7d709024be6 /src/main/resources | |
parent | 24aec1403fc9e3f1868e66b90bc83dacdb07ca06 (diff) | |
download | LibGui-da554fce60f1cba794a9c062b3ded81caf1f57b9.tar.gz LibGui-da554fce60f1cba794a9c062b3ded81caf1f57b9.tar.bz2 LibGui-da554fce60f1cba794a9c062b3ded81caf1f57b9.zip |
Replace bad 9patch with LibNinePatch, fix bug with ItemIcon
Also adds nicer tests with client-side commands.
/libgui config: opens the config GUI without Mod Menu
/libgui tab: opens a tab test GUI
Diffstat (limited to 'src/main/resources')
-rw-r--r-- | src/main/resources/fabric.mod.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index 9f430dc..6b2cc35 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -30,7 +30,8 @@ "fabric": "*", "minecraft": ">=1.16.5", "jankson": "^3.0.0", - "fabric-networking-api-v1": "^1.0.0" + "fabric-networking-api-v1": "^1.0.0", + "libninepatch": "^1.0.0" }, "suggests": { "flamingo": "*" |