aboutsummaryrefslogtreecommitdiff
path: root/src/main/resources/fabric.mod.json
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/resources/fabric.mod.json')
-rw-r--r--src/main/resources/fabric.mod.json10
1 files changed, 6 insertions, 4 deletions
diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json
index 99cfd05..f7afad3 100644
--- a/src/main/resources/fabric.mod.json
+++ b/src/main/resources/fabric.mod.json
@@ -16,16 +16,18 @@
"entrypoints": {
"client": [
"net.inyourwalls.frank.Frank"
+ ],
+ "modmenu": [
+ "net.inyourwalls.frank.ModMenuIntegration"
]
},
"mixins": [
"frank.mixins.json"
],
"depends": {
- "fabricloader": ">=0.14.22",
- "fabric-screen-api-v1": ">=0.114.2+1.21.4",
- "java": ">=17",
- "minecraft": "~1.21.11"
+ "fabricloader": ">=0.18.4",
+ "fabric-screen-api-v1": ">=0.152.2+26.2",
+ "minecraft": ">=26.2"
},
"suggests": {},
"custom": {