Sfoglia il codice sorgente

Update ModMenu badge

Lortseam 4 anni fa
parent
commit
67d29ce797
1 ha cambiato i file con 5 aggiunte e 1 eliminazioni
  1. 5 1
      src/main/resources/fabric.mod.json

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

@@ -27,6 +27,10 @@
   },
 
   "custom": {
-    "modmenu:api": true
+    "modmenu": {
+      "badges": [
+        "library"
+      ]
+    }
   }
 }