Browse Source

Remove deprecated ModMenu API (#95)

* Remove deprecated ModMenu API

* Update fabric.mod.json
DragonEggBedrockBreaking 4 năm trước cách đây
mục cha
commit
fad5f52afe
1 tập tin đã thay đổi với 3 bổ sung1 xóa
  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" ]
+        }
     }
 }