From aedfea76210c0d45d308c1814d8836ac7e380a9e Mon Sep 17 00:00:00 2001 From: inglettronald Date: Fri, 21 Jul 2023 13:16:28 -0500 Subject: Updated to 1.20.1 --- src/main/resources/fabric.mod.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (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 38818fa..3f6321d 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -30,9 +30,9 @@ ], "depends": { "fabricloader": ">=0.14.21", - "minecraft": "~1.20", + "minecraft": "~1.20.1", "java": ">=17", - "fabric-api": "0.83.0+1.20", + "fabric-api": "0.86.0+1.20.1", "fabric-language-kotlin": ">=1.8.21" }, "suggests": { -- cgit