From da554fce60f1cba794a9c062b3ded81caf1f57b9 Mon Sep 17 00:00:00 2001 From: Juuz <6596629+Juuxel@users.noreply.github.com> Date: Thu, 27 May 2021 19:38:15 +0300 Subject: 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 --- src/main/resources/fabric.mod.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/main/resources/fabric.mod.json') 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": "*" -- cgit