aboutsummaryrefslogtreecommitdiff
path: root/src/main/resources/fabric.mod.json
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/main/resources/fabric.mod.json7
1 files changed, 5 insertions, 2 deletions
diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json
index 047001e..0a46f48 100644
--- a/src/main/resources/fabric.mod.json
+++ b/src/main/resources/fabric.mod.json
@@ -3,7 +3,7 @@
"id": "frank",
"version": "${version}",
"name": "Frank",
- "description": "Mod that displays additional info about furnaces and fuels.",
+ "description": "Mod that displays additional info in furnaces.",
"authors": [
"InYourWalls"
],
@@ -16,6 +16,9 @@
"entrypoints": {
"client": [
"net.inyourwalls.frank.Frank"
+ ],
+ "modmenu": [
+ "net.inyourwalls.frank.ModMenuIntegration"
]
},
"mixins": [
@@ -23,8 +26,8 @@
],
"depends": {
"fabricloader": ">=0.14.22",
- "fabric-api": ">=0.90.4+1.20.1",
"minecraft": "1.20.1",
+ "fabric-screen-api-v1": ">=0.90.4+1.20.1",
"java": ">=17"
},
"suggests": {},