diff options
| author | Unknown <shekwancheung0528@gmail.com> | 2019-06-18 16:38:49 +0800 |
|---|---|---|
| committer | Unknown <shekwancheung0528@gmail.com> | 2019-06-18 16:38:49 +0800 |
| commit | 4d0b2d3f50bf56b83498a3b787ac08afaeb85eff (patch) | |
| tree | 77c206a271fb6f5b6ae1dbe3d24d794420cf1841 /src/main/resources | |
| parent | 69a531030df74768d86025cd5668e0418a3c1f07 (diff) | |
| download | RoughlyEnoughItems-4d0b2d3f50bf56b83498a3b787ac08afaeb85eff.tar.gz RoughlyEnoughItems-4d0b2d3f50bf56b83498a3b787ac08afaeb85eff.tar.bz2 RoughlyEnoughItems-4d0b2d3f50bf56b83498a3b787ac08afaeb85eff.zip | |
up to 4x faster search
Diffstat (limited to 'src/main/resources')
| -rwxr-xr-x | src/main/resources/fabric.mod.json | 2 | ||||
| -rw-r--r-- | src/main/resources/listeners.roughlyenoughitems.json | 1 |
2 files changed, 1 insertions, 2 deletions
diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index 1e3ed12cd..57ee15919 100755 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -36,7 +36,7 @@ "cloth": "*" }, "recommends": { - "cloth-config": ">=0.1.0" + "cloth-config2": ">=0.1.0" }, "mixins": [ "mixin.roughlyenoughitems.json", diff --git a/src/main/resources/listeners.roughlyenoughitems.json b/src/main/resources/listeners.roughlyenoughitems.json index 4b18c2d42..2e0aaf909 100644 --- a/src/main/resources/listeners.roughlyenoughitems.json +++ b/src/main/resources/listeners.roughlyenoughitems.json @@ -6,7 +6,6 @@ "mixins": [], "client": [ "ContainerScreenHooks", - "CreativePlayerInventoryScreenHooks", "RecipeBookGuiHooks", "AbstractInventoryScreenHooks" ], |
