소스 검색

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": "*"
   },