From de21105367faeab9db88bb539785927436f2ceee Mon Sep 17 00:00:00 2001 From: DragonEggBedrockBreaking Date: Sat, 3 Apr 2021 20:55:19 +0100 Subject: [PATCH 1/2] support new modmenu api --- 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 f794c7e..354a368 100755 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -23,6 +23,6 @@ "fabricloader": ">=0.4.0" }, "custom": { - "modmenu:api": true + "badges": [ "library" ] } } From f5de809268fc8397363e6a447783a9b12db183d9 Mon Sep 17 00:00:00 2001 From: DragonEggBedrockBreaking Date: Sun, 4 Apr 2021 10:39:12 +0100 Subject: [PATCH 2/2] Update fabric.mod.json --- src/main/resources/fabric.mod.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index 354a368..9e8fbf3 100755 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -23,6 +23,8 @@ "fabricloader": ">=0.4.0" }, "custom": { - "badges": [ "library" ] + "modmenu": { + "badges": [ "library" ] + } } }