From f6ec316b3410cb34c53d8abde40aea6d622d3478 Mon Sep 17 00:00:00 2001 From: MeexReay Date: Sun, 15 Jun 2025 20:05:24 +0300 Subject: [PATCH] set fabric mod json version --- src/main/resources/fabric.mod.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index 4d3612f..f946362 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -29,7 +29,7 @@ "depends": { "fabricloader": ">=0.14.14", "fabric-api": "*", - "minecraft": ">=1.20", + "minecraft": ">=1.21", "java": ">=17" }, "suggests": { -- 2.49.0