浏览代码

Change "requires" -> "depends" in fabric.mod.json (#3)

It was changed in schemaVersion 1 / Loader 0.4.0 (see fabric-example-mod).
Juuxel 6 年之前
父节点
当前提交
9e9e3838f8
共有 1 个文件被更改,包括 2 次插入2 次删除
  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
   }
-}
+}