From 4ce020e7b1c03b1e2835f1baf87a84f1728246c3 Mon Sep 17 00:00:00 2001 From: ronald Date: Mon, 31 Jul 2023 11:35:03 -0500 Subject: final commit before beta --- 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 9e0e810..962251b 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -35,7 +35,7 @@ "fabricloader": ">=0.14.21", "minecraft": "~1.20.1", "java": ">=17", - "fabric-api": "0.86.0+1.20.1", + "fabric-api": ">=0.86.0+1.20.1", "fabric-language-kotlin": ">=1.8.21" }, "suggests": { -- cgit