diff options
| author | Danielshe <shekwancheung0528@gmail.com> | 2019-08-30 11:40:21 +0800 |
|---|---|---|
| committer | Danielshe <shekwancheung0528@gmail.com> | 2019-08-30 11:40:21 +0800 |
| commit | 263a070071d4e0b376a398386049c3e5e924bd20 (patch) | |
| tree | 73f8cdbd88147c0b3babb8e193ba740d82569b5d /src/main/resources | |
| parent | 47ce58d320feedce57182ae0b88196bce518a57a (diff) | |
| download | RoughlyEnoughItems-263a070071d4e0b376a398386049c3e5e924bd20.tar.gz RoughlyEnoughItems-263a070071d4e0b376a398386049c3e5e924bd20.tar.bz2 RoughlyEnoughItems-263a070071d4e0b376a398386049c3e5e924bd20.zip | |
Adds credits button + fixed depends requirements
Diffstat (limited to 'src/main/resources')
| -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 9417caffb..141ab48f8 100755 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -37,7 +37,7 @@ "depends": { "fabricloader": ">=0.4.0", "cloth": "*", - "cloth-config2": ">=0.5.2" + "cloth-config2": ">=1.1.1" }, "mixins": [ "mixin.roughlyenoughitems.json", |
