Przeglądaj źródła

Remove deprecated ModMenu API (#95)

* Remove deprecated ModMenu API

* Update fabric.mod.json
DragonEggBedrockBreaking 4 lat temu
rodzic
commit
fad5f52afe
1 zmienionych plików z 3 dodań i 1 usunięć
  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",
     "accessWidener": "cloth-config.accessWidener",
     "custom": {
     "custom": {
-        "modmenu:api": true
+        "modmenu": {
+            "badges": [ "library" ]
+        }
     }
     }
 }
 }