diff options
| author | shedaniel <daniel@shedaniel.me> | 2020-04-03 13:49:22 +0800 |
|---|---|---|
| committer | shedaniel <daniel@shedaniel.me> | 2020-04-03 13:49:22 +0800 |
| commit | 12d9839573e6a59fa1e2ca466722a3a8f43bb4f9 (patch) | |
| tree | c718f645d2c145435f2329f2be0365a7f680788e /src/main/resources | |
| parent | 172897ef31c38871d0e0274bcd36db8f71254ba3 (diff) | |
| download | RoughlyEnoughItems-12d9839573e6a59fa1e2ca466722a3a8f43bb4f9.tar.gz RoughlyEnoughItems-12d9839573e6a59fa1e2ca466722a3a8f43bb4f9.tar.bz2 RoughlyEnoughItems-12d9839573e6a59fa1e2ca466722a3a8f43bb4f9.zip | |
4.1.4: Updates Auto Config & 20w14a
Signed-off-by: shedaniel <daniel@shedaniel.me>
Diffstat (limited to 'src/main/resources')
| -rwxr-xr-x | src/main/resources/fabric.mod.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index e12827db1..dfe907ef3 100755 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -38,7 +38,8 @@ "fabricloader": "*", "cloth": ">=2-", "cloth-basic-math": "*", - "cloth-config2": ">=3-" + "cloth-config2": ">=3-", + "minecraft": "~1.16-Snapshot.20.14.a" }, "mixins": [ "mixin.roughlyenoughitems.json", |
