From f0e1f1837998f7fa52335a5c85a376b36c44d370 Mon Sep 17 00:00:00 2001 From: mcrcortex <18544518+MCRcortex@users.noreply.github.com> Date: Mon, 7 Jul 2025 22:26:36 +1000 Subject: [PATCH] mark as compatible with both 1.21.7 and 1.21.6 --- src/main/resources/fabric.mod.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index 484c36e3..131c3935 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -32,7 +32,7 @@ "common.voxy.mixins.json" ], "depends": { - "minecraft": "1.21.7", + "minecraft": ["1.21.7","1.21.6"], "fabricloader": ">=0.14.22", "fabric-api": ">=0.91.1", "sodium": ">=0.6.13"