浏览代码

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

It was renamed in schemaVersion 1 (see fabric-example-mod).
Juuxel 6 年之前
父节点
当前提交
5a6863d172
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/main/resources/fabric.mod.json

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

@@ -31,7 +31,7 @@
       "me.shedaniel.rei.plugin.DefaultAutoCraftingPlugin"
     ]
   },
-  "requires": {
+  "depends": {
     "fabricloader": ">=0.4.0",
     "cloth": "*"
   },