From 1da2ddccb967cd65f54772d4606da8dc3a95d53e Mon Sep 17 00:00:00 2001 From: Eclipse Date: Thu, 5 Dec 2024 15:22:59 +0000 Subject: [PATCH] Whoops that's the wrong one --- src/main/resources/fabric.mod.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index 4298642..d6affa3 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -24,7 +24,7 @@ ], "depends": { "fabricloader": ">=0.16.9", - "fabric": "1.21.4", - "minecraft": "1.21.4-beta.3" + "fabric": "*", + "minecraft": "1.21.4" } }