From 391e83d88f43eac64112dbf89a39fc76e0a96d6b Mon Sep 17 00:00:00 2001 From: tumGER Date: Tue, 23 May 2023 23:51:03 +0200 Subject: [PATCH] Fix weird bug --- 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 ff9fad8..3d2a737 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -25,6 +25,6 @@ "depends": { "fabricloader": ">=0.14.19", "fabric": "*", - "minecraft": "1.20-pre5" + "minecraft": "*" } }