From 9c029b9b4b939e4531dcf4826f8aa9838766128a Mon Sep 17 00:00:00 2001 From: plutorocks <> Date: Thu, 26 Feb 2026 18:54:39 -0500 Subject: fix version # --- src/main/resources/fabric.mod.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index 04ee800..69e0bea 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.8", "java": ">=21", "fabric-api": "*" } -- cgit v1.2.3