From bea0adc97b527fd3769ed4b371105c97c361ba9e Mon Sep 17 00:00:00 2001 From: Samlegamer <83614614+Samlegamer@users.noreply.github.com> Date: Tue, 20 Aug 2024 00:28:01 +0200 Subject: [PATCH] Add 1.21.1 Support for fabric (#2257) --- fabric/src/main/resources/fabric.mod.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/fabric/src/main/resources/fabric.mod.json b/fabric/src/main/resources/fabric.mod.json index 1942c3d10..47110cfec 100644 --- a/fabric/src/main/resources/fabric.mod.json +++ b/fabric/src/main/resources/fabric.mod.json @@ -30,7 +30,7 @@ "depends": { "fabricloader": "*", "fabric": "*", - "minecraft": "${minecraft_version}", + "minecraft": ">=${minecraft_version}", "java": ">=17", "glitchcore": ">=${glitchcore_version}", "terrablender": ">=${terrablender_version}" @@ -43,4 +43,4 @@ } } } -} \ No newline at end of file +}