From dcfa3d39f000af828603150432717033484f0ef8 Mon Sep 17 00:00:00 2001 From: err2ror <108546013+err2ror@users.noreply.github.com> Date: Fri, 10 Jul 2026 18:54:23 +0200 Subject: [PATCH] literally THAT simple it also works lol --- src/main/resources/fabric.mod.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index 26ce1ee..7e081f4 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -28,6 +28,6 @@ "fabricloader": ">=0.14.0", "minecraft": ">=1.21.11-", "java": ">=17", - "modmenu": "=18.0.0-beta.1" + "modmenu": "=18.0.0" } -} \ No newline at end of file +}