From 44c20fcf884727940864f1cd6f6b90efcd9ea9e8 Mon Sep 17 00:00:00 2001 From: Rosa Date: Sat, 20 Jun 2026 17:47:59 -0400 Subject: port to 26.2 --- src/main/resources/fabric.mod.json | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'src/main/resources/fabric.mod.json') 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": { -- cgit v1.3.1