diff options
author | Juuxel <6596629+Juuxel@users.noreply.github.com> | 2020-12-17 18:38:14 +0200 |
---|---|---|
committer | Juuxel <6596629+Juuxel@users.noreply.github.com> | 2020-12-17 18:38:14 +0200 |
commit | a608419e38cf02362df4cfb77a3587108f76bfc6 (patch) | |
tree | 04f75070a2da4f04c362fc20eb559aea3f1b4fd0 /src/main/resources/fabric.mod.json | |
parent | f880c0d5ac35be17703581fa0dc847e0de053424 (diff) | |
download | LibGui-a608419e38cf02362df4cfb77a3587108f76bfc6.tar.gz LibGui-a608419e38cf02362df4cfb77a3587108f76bfc6.tar.bz2 LibGui-a608419e38cf02362df4cfb77a3587108f76bfc6.zip |
Add screen networking API
Diffstat (limited to 'src/main/resources/fabric.mod.json')
-rw-r--r-- | src/main/resources/fabric.mod.json | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index c8f0ffe..ca3cde8 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -18,6 +18,7 @@ "environment": "*", "entrypoints": { + "main": ["io.github.cottonmc.cotton.gui.impl.LibGuiCommon"], "client": ["io.github.cottonmc.cotton.gui.impl.client.LibGuiClient"], "modmenu": ["io.github.cottonmc.cotton.gui.impl.client.modmenu.ModMenuSupport"] }, @@ -28,7 +29,8 @@ "fabricloader": ">=0.8.8", "fabric": "*", "minecraft": ">=1.16.1", - "jankson": "^3.0.0" + "jankson": "^3.0.0", + "fabric-networking-api-v1": "^1.0.0" }, "suggests": { "flamingo": "*" |