From 1e9884375ab51a3c85cfb9f3af620752a66dbc0c Mon Sep 17 00:00:00 2001 From: KrLite <68179735+KrLite@users.noreply.github.com> Date: Fri, 12 Jul 2024 08:23:27 +0800 Subject: [PATCH] Fix wildcard --- 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 78a65c1..f5b2f40 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -31,7 +31,7 @@ "depends": { "fabricloader": "*", "fabric-api": "*", - "minecraft": "~1.21.x" + "minecraft": "1.21.x" }, "suggests": { "splasher": "*"