From 8cb06cc20b4da041da115518957249472f7e6091 Mon Sep 17 00:00:00 2001 From: modmuss50 Date: Wed, 23 Oct 2024 14:40:16 +0100 Subject: [PATCH] Allow running on 1.21.3 --- 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 e500a29abc..bd31b6208b 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -21,7 +21,7 @@ "depends": { "fabricloader": ">=0.16.7", "java": ">=21", - "minecraft": ">=1.21.2- <1.21.3-" + "minecraft": ">=1.21.2- <1.21.4-" }, "description": "Core API module providing key hooks and intercompatibility features." }