From cfcde4021a3cd638647d8dd4a57e3625a4cb924c Mon Sep 17 00:00:00 2001 From: seasnail8169 Date: Mon, 14 Jun 2021 22:17:30 +0100 Subject: [PATCH] Fix versions --- src/main/resources/fabric.mod.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index 0792705..7c11b16 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -22,7 +22,7 @@ ], "depends": { "java": "16", - "minecraft": "<=1.17", - "meteor-client": "<=0.4.4" + "minecraft": ">=1.17", + "meteor-client": ">=0.4.4" } }