diff options
| author | Unknown <shekwancheung0528@gmail.com> | 2019-01-10 23:37:34 +0800 |
|---|---|---|
| committer | Unknown <shekwancheung0528@gmail.com> | 2019-01-10 23:37:34 +0800 |
| commit | ff3c2799a766babb69d772f15958d7a0bf50868c (patch) | |
| tree | 38d045d36135a79ca32011dfae7d011333ad7804 /src/main/resources | |
| parent | 9644c27ae7b344a6dbe3cc77cd6f567525f1c711 (diff) | |
| download | RoughlyEnoughItems-ff3c2799a766babb69d772f15958d7a0bf50868c.tar.gz RoughlyEnoughItems-ff3c2799a766babb69d772f15958d7a0bf50868c.tar.bz2 RoughlyEnoughItems-ff3c2799a766babb69d772f15958d7a0bf50868c.zip | |
Basic Searching Works
Diffstat (limited to 'src/main/resources')
| -rwxr-xr-x | src/main/resources/assets/roughlyenoughitems/textures/gui/recipecontainer.png | bin | 5886 -> 6214 bytes | |||
| -rwxr-xr-x | src/main/resources/roughlyenoughitems.client.json | 3 |
2 files changed, 2 insertions, 1 deletions
diff --git a/src/main/resources/assets/roughlyenoughitems/textures/gui/recipecontainer.png b/src/main/resources/assets/roughlyenoughitems/textures/gui/recipecontainer.png Binary files differindex 6955ecea3..d7afd7940 100755 --- a/src/main/resources/assets/roughlyenoughitems/textures/gui/recipecontainer.png +++ b/src/main/resources/assets/roughlyenoughitems/textures/gui/recipecontainer.png diff --git a/src/main/resources/roughlyenoughitems.client.json b/src/main/resources/roughlyenoughitems.client.json index f88194c5b..1b1c99a5c 100755 --- a/src/main/resources/roughlyenoughitems.client.json +++ b/src/main/resources/roughlyenoughitems.client.json @@ -3,7 +3,8 @@ "package": "me.shedaniel.rei.mixin", "compatibilityLevel": "JAVA_8", "mixins": [ - "MixinContainerGui" + "MixinContainerGui", + "MixinClientPlayNetworkHandler" ], "injectors": { "defaultRequire": 1 |
