diff options
author | frqnny <45723631+frqnny@users.noreply.github.com> | 2022-04-13 06:53:37 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-13 13:53:37 +0300 |
commit | f9ee3b81e95329b8eebde3b17962e59a8dada44d (patch) | |
tree | 985b527065474ca6adb769a701be110a8649e60b /GuiTest/src/main/resources | |
parent | 101a8ae016884ad05511ec7e558bad5d2d59b018 (diff) | |
download | LibGui-f9ee3b81e95329b8eebde3b17962e59a8dada44d.tar.gz LibGui-f9ee3b81e95329b8eebde3b17962e59a8dada44d.tar.bz2 LibGui-f9ee3b81e95329b8eebde3b17962e59a8dada44d.zip |
Update to 22w14a (#157)
Diffstat (limited to 'GuiTest/src/main/resources')
-rw-r--r-- | GuiTest/src/main/resources/fabric.mod.json | 2 |
1 files changed, 1 insertions, 1 deletions
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": "*", |