From c476fc202a82ef504b2930f0e4eb09cc08f4ed0d Mon Sep 17 00:00:00 2001 From: sakurawald Date: Mon, 9 Dec 2024 15:08:24 +0800 Subject: [PATCH] fix: the mc version for publish --- 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 35c3460a..bf5db7ef 100755 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -56,7 +56,7 @@ ], "depends": { "fabricloader": ">=0.16.9", - "minecraft": ">=1.21.4", + "minecraft": "1.21.4", "java": ">=21" }, "suggests": {