Browse Source

Merge remote-tracking branch 'origin/v2' into v2

Unknown 6 years ago
parent
commit
f92fdac22d
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/main/resources/fabric.mod.json

+ 2 - 2
src/main/resources/fabric.mod.json

@@ -20,11 +20,11 @@
       "me.shedaniel.clothconfig2.ClothConfigInitializer"
     ]
   },
-  "requires": {
+  "depends": {
     "fabricloader": ">=0.4.0"
   },
   "custom": {
     "modmenu:api": true,
     "modmenu:clientsideOnly": true
   }
-}
+}