diff options
author | Juuz <6596629+Juuxel@users.noreply.github.com> | 2023-05-14 16:46:47 +0300 |
---|---|---|
committer | Juuz <6596629+Juuxel@users.noreply.github.com> | 2023-05-14 16:46:47 +0300 |
commit | 089f424d264839664d5d2e89a71e2ae9e8a46250 (patch) | |
tree | 8bfcb1f5d848b6684d11acea616b37e8801f6e98 /GuiTest/src/main/resources/fabric.mod.json | |
parent | 82f3beff9a3cc9e1cd9534e772e8a91a54b49cab (diff) | |
download | LibGui-089f424d264839664d5d2e89a71e2ae9e8a46250.tar.gz LibGui-089f424d264839664d5d2e89a71e2ae9e8a46250.tar.bz2 LibGui-089f424d264839664d5d2e89a71e2ae9e8a46250.zip |
Move test mod to root project
Diffstat (limited to 'GuiTest/src/main/resources/fabric.mod.json')
-rw-r--r-- | GuiTest/src/main/resources/fabric.mod.json | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/GuiTest/src/main/resources/fabric.mod.json b/GuiTest/src/main/resources/fabric.mod.json deleted file mode 100644 index 1528093..0000000 --- a/GuiTest/src/main/resources/fabric.mod.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "schemaVersion": 1, - "id": "libgui-test", - "version": "${version}", - - "name": "LibGui Test", - "description": "Some example Guis to shake out errors", - "authors": [ - "Falkreon" - ], - "contact": { - "sources": "https://github.com/CottonMC/LibGUI" - }, - - "license": "MIT", - "icon": "assets/libgui-test/icon.png", - - "environment": "*", - "entrypoints": { - "main": [ "io.github.cottonmc.test.LibGuiTest"], - "client": [ "io.github.cottonmc.test.client.LibGuiTestClient" ] - }, - "depends": { - "fabricloader": ">=0.4.0", - "libgui": "*", - "jankson": "*", - "fabric": "*" - } -} |