Преглед изворни кода

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