From 20704435e57418a8f8498087548e3d755e66791f Mon Sep 17 00:00:00 2001 From: Rosa Date: Sat, 28 Feb 2026 12:09:17 -0500 Subject: remove matrix link from FMJ, change mc dep --- src/main/resources/fabric.mod.json | 7 +------ 1 file changed, 1 insertion(+), 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" - } } } } -- cgit v1.3.1