From a5c074757ec23d1b5429443dced811761a46717d Mon Sep 17 00:00:00 2001 From: Potatoboy9999 <51728317+PotatoPresident@users.noreply.github.com> Date: Tue, 14 Jun 2022 12:19:37 -0700 Subject: [PATCH] Remove version lock --- 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 4410064..e508653 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -23,7 +23,7 @@ "depends": { "fabricloader": ">=0.12.5", "fabric": "*", - "minecraft": "1.18.x", + "minecraft": ">=1.18", "java": ">=16", "ledger": ">=1.2.0", "fabric-language-kotlin": "*"