From 941a6143c0ebaeea43c182b4ac50a00df34166f7 Mon Sep 17 00:00:00 2001 From: Username404-59 Date: Sun, 11 Apr 2021 13:32:54 +0200 Subject: [PATCH] Move a few dependencies from the "recommends" category to the "suggests" one in the fabric.mod.json file --- fabric/src/main/resources/fabric.mod.json | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/fabric/src/main/resources/fabric.mod.json b/fabric/src/main/resources/fabric.mod.json index ffac472..257aa9b 100644 --- a/fabric/src/main/resources/fabric.mod.json +++ b/fabric/src/main/resources/fabric.mod.json @@ -32,14 +32,11 @@ "fabric-resource-loader-v0": "*", "minecraft": ">=1.16.2" }, - "recommends": { - "fabric": "*", - "modmenu": ">=1.15.0" - }, "breaks": { "modmenu": "<1.15.0" }, "suggests": { - "flamingo": "*" + "fabric": "*", + "modmenu": ">=1.15.0" } } \ No newline at end of file