From 5db5737b9dc9ab2f1f97ba42237c034579586d74 Mon Sep 17 00:00:00 2001 From: Juuxel <6596629+Juuxel@users.noreply.github.com> Date: Thu, 1 Jul 2021 23:06:46 +0300 Subject: Update to 1.17.1-rc1, bump to 4.1.1 --- src/main/resources/fabric.mod.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/main/resources/fabric.mod.json') diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index be927dd..4aac69a 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.17.0", + "minecraft": ">=1.17.1-", "jankson": "^3.0.0", "fabric-networking-api-v1": "^1.0.0", "libninepatch": "^1.1.0" -- cgit