From 1a8c479bb85d8ff23f831d33601185656b6d2c0c Mon Sep 17 00:00:00 2001 From: Christopher Haws Date: Sat, 15 Feb 2025 16:12:42 -0800 Subject: [PATCH] Fix version issue (#138) --- modules/fabric-1.21.0/src/main/resources/fabric.mod.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/fabric-1.21.0/src/main/resources/fabric.mod.json b/modules/fabric-1.21.0/src/main/resources/fabric.mod.json index 62af6ff..e8870f9 100644 --- a/modules/fabric-1.21.0/src/main/resources/fabric.mod.json +++ b/modules/fabric-1.21.0/src/main/resources/fabric.mod.json @@ -35,7 +35,7 @@ ], "depends": { "java": ">=21", - "minecraft": ">=1.21", + "minecraft": ">=1.21 <1.21.2", "fabric": "*", "fabricloader": ">=0.15", "cloth-config": "*"