From 1de8d5736bf7471d463372e587dda969d43ed3f9 Mon Sep 17 00:00:00 2001 From: Cloudburst <18114966+C10udburst@users.noreply.github.com> Date: Mon, 4 Oct 2021 19:17:52 +0200 Subject: [PATCH] fix versioning --- 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 2cd954b..a63db6b 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -33,6 +33,6 @@ "depends": { "java": "16", "minecraft": ">=@mc_version@", - "meteor-client": ">0.4.3" + "meteor-client": "*" } }