diff options
| author | shedaniel <daniel@shedaniel.me> | 2020-01-12 21:34:58 +0800 |
|---|---|---|
| committer | shedaniel <daniel@shedaniel.me> | 2020-01-12 21:34:58 +0800 |
| commit | 14f068d3290db5b0210b49e2fb1d65d760b19002 (patch) | |
| tree | 1dc4993956690da65ddb7f0defd0f4b3e6acf910 /src/main/resources/fabric.mod.json | |
| parent | 421d0b0abd703367d6078f344def91ddfa24bdec (diff) | |
| download | RoughlyEnoughItems-14f068d3290db5b0210b49e2fb1d65d760b19002.tar.gz RoughlyEnoughItems-14f068d3290db5b0210b49e2fb1d65d760b19002.tar.bz2 RoughlyEnoughItems-14f068d3290db5b0210b49e2fb1d65d760b19002.zip | |
improved recipe screen type setting
Diffstat (limited to 'src/main/resources/fabric.mod.json')
| -rwxr-xr-x | src/main/resources/fabric.mod.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index a3189648c..579873e4a 100755 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -35,9 +35,9 @@ ] }, "depends": { - "fabricloader": ">=0.4.0", - "cloth": "*", - "cloth-config2": ">=1.1.1" + "fabricloader": "*", + "cloth": ">=1.1.0", + "cloth-config2": ">=2.6.6" }, "mixins": [ "mixin.roughlyenoughitems.json", |
