From f9ee3b81e95329b8eebde3b17962e59a8dada44d Mon Sep 17 00:00:00 2001 From: frqnny <45723631+frqnny@users.noreply.github.com> Date: Wed, 13 Apr 2022 06:53:37 -0400 Subject: Update to 22w14a (#157) --- GuiTest/src/main/resources/fabric.mod.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'GuiTest/src/main/resources') diff --git a/GuiTest/src/main/resources/fabric.mod.json b/GuiTest/src/main/resources/fabric.mod.json index bd2416f..1528093 100644 --- a/GuiTest/src/main/resources/fabric.mod.json +++ b/GuiTest/src/main/resources/fabric.mod.json @@ -20,7 +20,7 @@ "main": [ "io.github.cottonmc.test.LibGuiTest"], "client": [ "io.github.cottonmc.test.client.LibGuiTestClient" ] }, - "depends": { + "depends": { "fabricloader": ">=0.4.0", "libgui": "*", "jankson": "*", -- cgit