From 8fe04b88eed0ed67aa58fbf78c79952cf641eba9 Mon Sep 17 00:00:00 2001 From: Cloudburst <18114966+C10udburst@users.noreply.github.com> Date: Sat, 23 Oct 2021 17:44:23 +0200 Subject: [PATCH] what a great fix --- 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 a63db6b..b3a459e 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -31,7 +31,7 @@ "meteor-client:color": "227,0,0" }, "depends": { - "java": "16", + "java": ">=16", "minecraft": ">=@mc_version@", "meteor-client": "*" }