diff options
| author | Unknown <shekwancheung0528@gmail.com> | 2019-08-11 23:28:33 +0800 |
|---|---|---|
| committer | Unknown <shekwancheung0528@gmail.com> | 2019-08-11 23:28:33 +0800 |
| commit | 28025895e0da1e6079264dbfe951e7fd9bf069d8 (patch) | |
| tree | bd28e2f6bf02a2806c4b7802fac912ed43444e43 /src/main/resources | |
| parent | 019aa13875ca639dda2f34c66e3160f72b923cfd (diff) | |
| download | RoughlyEnoughItems-28025895e0da1e6079264dbfe951e7fd9bf069d8.tar.gz RoughlyEnoughItems-28025895e0da1e6079264dbfe951e7fd9bf069d8.tar.bz2 RoughlyEnoughItems-28025895e0da1e6079264dbfe951e7fd9bf069d8.zip | |
Scrollable Entry List?
Diffstat (limited to 'src/main/resources')
| -rwxr-xr-x | src/main/resources/fabric.mod.json | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index 8f13d96a4..516a71a87 100755 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -17,8 +17,8 @@ "entrypoints": { "client": [ "me.shedaniel.rei.RoughlyEnoughItemsCore", - "me.shedaniel.rei.client.ClientHelperImpl", - "me.shedaniel.rei.client.ScreenHelper" + "me.shedaniel.rei.impl.ClientHelperImpl", + "me.shedaniel.rei.impl.ScreenHelper" ], "main": [ "me.shedaniel.rei.RoughlyEnoughItemsNetwork" @@ -33,10 +33,8 @@ }, "depends": { "fabricloader": ">=0.4.0", - "cloth": "*" - }, - "recommends": { - "cloth-config2": ">=0.1.0" + "cloth": "*", + "cloth-config2": ">=0.5.2" }, "mixins": [ "mixin.roughlyenoughitems.json", |
