From 47ed47126fe22a44332e5de59840f186430ac7a3 Mon Sep 17 00:00:00 2001 From: creeper123123321 <7974274+creeper123123321@users.noreply.github.com> Date: Thu, 22 Jul 2021 18:21:53 -0300 Subject: [PATCH] fix typo for 1.16 --- 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 a8af01c..a44cb1e 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -13,7 +13,7 @@ }, "depends": { "fabricloader": ">=0.10.0", - "minecraft": ["1.8.9", "1.14.4", "1.15.2", "1.16.4", "1.17.1", "1.18.x"], + "minecraft": ["1.8.9", "1.14.4", "1.15.2", "1.16.5", "1.17.1", "1.18.x"], "viaversion": ">=4.0.0" }, "environment": "*",