From b890b2c7a2c142f7218bc162ee4bb173c7fdc80f Mon Sep 17 00:00:00 2001 From: Cloudburst Date: Tue, 6 Jul 2021 18:33:12 +0200 Subject: [PATCH] update fabric.mod.json --- src/main/resources/fabric.mod.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index 210cdab..84db742 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -29,8 +29,8 @@ ], "depends": { - "fabricloader": ">=0.7.4", - "minecraft": "1.17", - "meteor-client": "*" + "java": "16", + "minecraft": ">=1.17", + "meteor-client": ">0.4.3" } }