aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJuuxel <kasperi.kauppi@gmail.com>2019-07-21 22:40:59 +0300
committerUnknown <shekwancheung0528@gmail.com>2019-07-24 20:53:58 +0800
commit2c5c95d4f16888bf1042d18cdaa94c76595e7d50 (patch)
treee3e17b7336ef14d38a2bb3356153f688cc00d754 /src
parent375f1f893c5a8d8e78e8515d98efc8cca7b08a5a (diff)
downloadRoughlyEnoughItems-2c5c95d4f16888bf1042d18cdaa94c76595e7d50.tar.gz
RoughlyEnoughItems-2c5c95d4f16888bf1042d18cdaa94c76595e7d50.tar.bz2
RoughlyEnoughItems-2c5c95d4f16888bf1042d18cdaa94c76595e7d50.zip
Change "requires" -> "depends" in fabric.mod.json (#124)
It was renamed in schemaVersion 1 (see fabric-example-mod).
Diffstat (limited to 'src')
-rwxr-xr-xsrc/main/resources/fabric.mod.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json
index 57ee15919..90a5c56a2 100755
--- a/src/main/resources/fabric.mod.json
+++ b/src/main/resources/fabric.mod.json
@@ -31,7 +31,7 @@
"me.shedaniel.rei.plugin.DefaultAutoCraftingPlugin"
]
},
- "requires": {
+ "depends": {
"fabricloader": ">=0.4.0",
"cloth": "*"
},