aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/main/resources/fabric.mod.json7
1 files changed, 1 insertions, 6 deletions
diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json
index 7e1eef4..ee23ba2 100644
--- a/src/main/resources/fabric.mod.json
+++ b/src/main/resources/fabric.mod.json
@@ -26,17 +26,12 @@
"fabricloader": ">=0.14.22",
"fabric-screen-api-v1": ">=0.114.2+1.21.4",
"java": ">=17",
- "minecraft": "~1.21.4"
+ "minecraft": "~1.21.11"
},
"suggests": {},
"custom": {
"loom:injected_interfaces": {
"net/minecraft/class_1720": ["net/inyourwalls/frank/ScreenHandlerPropertyAccessor"]
- },
- "modmenu": {
- "links": {
- "frank.matrix": "https://matrix.to/#/#mod-support:inyourwalls.net"
- }
}
}
}