diff options
| author | Juuxel <kasperi.kauppi@gmail.com> | 2019-07-21 22:40:59 +0300 |
|---|---|---|
| committer | Unknown <shekwancheung0528@gmail.com> | 2019-07-24 20:53:58 +0800 |
| commit | 2c5c95d4f16888bf1042d18cdaa94c76595e7d50 (patch) | |
| tree | e3e17b7336ef14d38a2bb3356153f688cc00d754 /src/main | |
| parent | 375f1f893c5a8d8e78e8515d98efc8cca7b08a5a (diff) | |
| download | RoughlyEnoughItems-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/main')
| -rwxr-xr-x | src/main/resources/fabric.mod.json | 2 |
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": "*" }, |
