aboutsummaryrefslogtreecommitdiff
path: root/src/main/resources/fabric.mod.json
diff options
context:
space:
mode:
authorJuuxel <6596629+Juuxel@users.noreply.github.com>2020-12-17 20:08:01 +0200
committerJuuxel <6596629+Juuxel@users.noreply.github.com>2020-12-17 20:08:01 +0200
commit788176dcaa49ced35e9f441a820410bcd4f09cfe (patch)
tree5525f6eb32436802515063a699dc0dccc46aa70d /src/main/resources/fabric.mod.json
parent66d11270b27d1fb53458c96879d3d3ca37dfeccf (diff)
downloadLibGui-788176dcaa49ced35e9f441a820410bcd4f09cfe.tar.gz
LibGui-788176dcaa49ced35e9f441a820410bcd4f09cfe.tar.bz2
LibGui-788176dcaa49ced35e9f441a820410bcd4f09cfe.zip
Add screen networking API, update to 1.16.43.3.0
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 df75753..b540edf 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.client.LibGuiClient"],
"modmenu": ["io.github.cottonmc.cotton.gui.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": "*"