From 54759008e5ddcc3bdeb1bb619cdabcc4734c0b4b Mon Sep 17 00:00:00 2001 From: embeddedt <42941056+embeddedt@users.noreply.github.com> Date: Sat, 3 Jun 2023 20:01:34 -0400 Subject: [PATCH] Allow Fabric version to run on >=1.16.2 --- fabric/src/main/resources/fabric.mod.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fabric/src/main/resources/fabric.mod.json b/fabric/src/main/resources/fabric.mod.json index 40277be7..57145e29 100644 --- a/fabric/src/main/resources/fabric.mod.json +++ b/fabric/src/main/resources/fabric.mod.json @@ -33,7 +33,7 @@ "fabric-screen-api-v1": "*", "fabric-command-api-v1": "*", "fabric-models-v0": "*", - "minecraft": ">=1.16.5" + "minecraft": ">=1.16.2" }, "breaks": { "dashloader": "*"