diff options
Diffstat (limited to 'GuiTest/src/main')
-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": "*", |