From e433c6dbe962b3641e8318d421d78db044a7f6e6 Mon Sep 17 00:00:00 2001 From: plutorocks <> Date: Thu, 26 Feb 2026 17:21:12 -0500 Subject: port to 1.21.1 --- src/main/resources/fabric.mod.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/main/resources/fabric.mod.json') diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index 04ee800..72b53a0 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -24,7 +24,7 @@ ], "depends": { "fabricloader": ">=0.18.4", - "minecraft": "~1.21.4", + "minecraft": "~1.21.1", "java": ">=21", "fabric-api": "*" } -- cgit v1.2.3