aboutsummaryrefslogtreecommitdiff
path: root/src/main/resources/fabric.mod.json
diff options
context:
space:
mode:
authorJuuxel <6596629+Juuxel@users.noreply.github.com>2020-12-17 18:38:14 +0200
committerJuuxel <6596629+Juuxel@users.noreply.github.com>2020-12-17 18:38:14 +0200
commita608419e38cf02362df4cfb77a3587108f76bfc6 (patch)
tree04f75070a2da4f04c362fc20eb559aea3f1b4fd0 /src/main/resources/fabric.mod.json
parentf880c0d5ac35be17703581fa0dc847e0de053424 (diff)
downloadLibGui-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.json4
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": "*"