From eb168c435be6d4cccb37a4b21dd616571b81917b Mon Sep 17 00:00:00 2001 From: DragonEggBedrockBreaking Date: Mon, 5 Apr 2021 10:36:34 +0100 Subject: support new modmenu api (#103) * support new modmenu api * Update fabric.mod.json --- src/main/resources/fabric.mod.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index a48f2bf..9f430dc 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -37,7 +37,8 @@ }, "custom": { - "modmenu:api": true, - "modmenu:clientsideOnly": false + "modmenu": { + "badges": [ "library" ] + } } } -- cgit