From 8976413d1feb31a45fd9a8e0c2e88fcc588b9084 Mon Sep 17 00:00:00 2001 From: sakurawald Date: Mon, 9 Dec 2024 15:08:16 +0800 Subject: [PATCH 1/2] fix: the mc version for publish --- src/main/resources/fabric.mod.json | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index 14d99843..35c3460a 100755 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -56,6 +56,7 @@ ], "depends": { "fabricloader": ">=0.16.9", + "minecraft": ">=1.21.4", "java": ">=21" }, "suggests": { From c476fc202a82ef504b2930f0e4eb09cc08f4ed0d Mon Sep 17 00:00:00 2001 From: sakurawald Date: Mon, 9 Dec 2024 15:08:24 +0800 Subject: [PATCH 2/2] 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": {