From a5842d550283b52fa4305c89ec775a3156c989f5 Mon Sep 17 00:00:00 2001 From: MrLetsplay Date: Tue, 12 Dec 2023 22:53:55 +0100 Subject: [PATCH] Change required Minecraft 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 9578652..d1730d2 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -22,7 +22,7 @@ "mixins": [], "depends": { "fabricloader": ">=0.14.22", - "minecraft": "~1.20.1", + "minecraft": "~1.20", "java": ">=17", "fabric-api": "*", "mrcore": "*"