From 2e037343d27a2c8ae8aee022249d1023c1c91479 Mon Sep 17 00:00:00 2001 From: Juuxel <6596629+Juuxel@users.noreply.github.com> Date: Wed, 9 Jun 2021 11:57:34 +0300 Subject: Update versions --- src/main/resources/fabric.mod.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index 9431237..be927dd 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -26,7 +26,7 @@ "depends": { "fabricloader": ">=0.11.0", "fabric": "*", - "minecraft": ">=1.16.5", + "minecraft": ">=1.17.0", "jankson": "^3.0.0", "fabric-networking-api-v1": "^1.0.0", "libninepatch": "^1.1.0" -- cgit