From a23f18d92e9a718b76b35912e0c093c72ca60167 Mon Sep 17 00:00:00 2001 From: Jonas Herzig Date: Sat, 23 May 2020 13:53:27 +0200 Subject: [PATCH] Fix fabric dependency declaration (fixes #187) --- 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 68b48f8f..2a3593a7 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -34,9 +34,9 @@ "mixins.nonmmlauncher.replaymod.json" ], - "requires": { - "fabricloader": ">=0.4.0", - "fabric": ">=0.2.0" + "depends": { + "fabricloader": ">=0.7.0", + "fabric": ">=0.4.3" }, "custom": {