浏览代码

Remove deprecated ModMenu API (#95)

* Remove deprecated ModMenu API

* Update fabric.mod.json
DragonEggBedrockBreaking 4 年之前
父节点
当前提交
fad5f52afe
共有 1 个文件被更改,包括 3 次插入1 次删除
  1. 3 1
      fabric/src/main/resources/fabric.mod.json

+ 3 - 1
fabric/src/main/resources/fabric.mod.json

@@ -27,6 +27,8 @@
     },
     "accessWidener": "cloth-config.accessWidener",
     "custom": {
-        "modmenu:api": true
+        "modmenu": {
+            "badges": [ "library" ]
+        }
     }
 }