aboutsummaryrefslogtreecommitdiff
path: root/src/main/resources/fabric.mod.json
diff options
context:
space:
mode:
authorinyourwalls <inyourwalls@tutanota.com>2024-01-29 12:30:52 -0500
committerinyourwalls <inyourwalls@tutanota.com>2024-01-29 12:30:52 -0500
commit9b8c377e785208e0b53c1b82cc99ebee94df7f66 (patch)
tree607f472a9bfef8242ccf9c1e7044969cae016b09 /src/main/resources/fabric.mod.json
parent3f01599a3e61af1d3f49f986ad9ecb210d4d4b47 (diff)
parent3567fea6ca8749d66e0ad4f62ba5efd5ea705d9f (diff)
merge amazing-config-update into 1.20.1-backport
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": {},