aboutsummaryrefslogtreecommitdiff
path: root/src/main/resources
diff options
context:
space:
mode:
authorUnknown <shekwancheung0528@gmail.com>2019-01-10 23:37:34 +0800
committerUnknown <shekwancheung0528@gmail.com>2019-01-10 23:37:34 +0800
commitff3c2799a766babb69d772f15958d7a0bf50868c (patch)
tree38d045d36135a79ca32011dfae7d011333ad7804 /src/main/resources
parent9644c27ae7b344a6dbe3cc77cd6f567525f1c711 (diff)
downloadRoughlyEnoughItems-ff3c2799a766babb69d772f15958d7a0bf50868c.tar.gz
RoughlyEnoughItems-ff3c2799a766babb69d772f15958d7a0bf50868c.tar.bz2
RoughlyEnoughItems-ff3c2799a766babb69d772f15958d7a0bf50868c.zip
Basic Searching Works
Diffstat (limited to 'src/main/resources')
-rwxr-xr-xsrc/main/resources/assets/roughlyenoughitems/textures/gui/recipecontainer.pngbin5886 -> 6214 bytes
-rwxr-xr-xsrc/main/resources/roughlyenoughitems.client.json3
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
index 6955ecea3..d7afd7940 100755
--- a/src/main/resources/assets/roughlyenoughitems/textures/gui/recipecontainer.png
+++ b/src/main/resources/assets/roughlyenoughitems/textures/gui/recipecontainer.png
Binary files differ
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