diff options
-rw-r--r-- | src/main/resources/fabric.mod.json | 5 |
1 files changed, 3 insertions, 2 deletions
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" ] + } } } |