From c5a338137e714456189e34d1eecdbb4243ab6d12 Mon Sep 17 00:00:00 2001 From: creeper123123321 <7974274+creeper123123321@users.noreply.github.com> Date: Tue, 18 May 2021 08:49:58 -0300 Subject: [PATCH] Update fabric.mod.json (#2480) --- fabric/src/main/resources/fabric.mod.json | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/fabric/src/main/resources/fabric.mod.json b/fabric/src/main/resources/fabric.mod.json index edce65974..8fa67b55e 100644 --- a/fabric/src/main/resources/fabric.mod.json +++ b/fabric/src/main/resources/fabric.mod.json @@ -23,9 +23,13 @@ "fabricloader": ">=0.4.0" }, "recommends": { - "viafabric": ">=0.2.0-SNAPSHOT" + "viafabric": ">=0.3.99" }, "custom": { - "modmenu:api": true + "modmenu:api": true, + "modmenu": { + "badges": [ "library" ], + "parent": "viafabric" + } } }