aboutsummaryrefslogtreecommitdiff
path: root/src/main/resources
diff options
context:
space:
mode:
authorUnknown <shekwancheung0528@gmail.com>2019-01-30 21:12:10 +0800
committerUnknown <shekwancheung0528@gmail.com>2019-01-30 21:12:10 +0800
commit30493491181cec7a32c2bce360e623504fb896d8 (patch)
treecd93b7767a119e9ce2ac4235cd837854c362367b /src/main/resources
parent973868ece23dd75080cfe6ef7b48f8284070ce4e (diff)
downloadRoughlyEnoughItems-30493491181cec7a32c2bce360e623504fb896d8.tar.gz
RoughlyEnoughItems-30493491181cec7a32c2bce360e623504fb896d8.tar.bz2
RoughlyEnoughItems-30493491181cec7a32c2bce360e623504fb896d8.zip
Close #17
Diffstat (limited to 'src/main/resources')
-rwxr-xr-xsrc/main/resources/roughlyenoughitems.client.json8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/main/resources/roughlyenoughitems.client.json b/src/main/resources/roughlyenoughitems.client.json
index a8248d368..162e2b669 100755
--- a/src/main/resources/roughlyenoughitems.client.json
+++ b/src/main/resources/roughlyenoughitems.client.json
@@ -3,11 +3,11 @@
"package": "me.shedaniel.rei.mixin",
"compatibilityLevel": "JAVA_8",
"mixins": [
- "MixinContainerGui",
+ "MixinContainerScreen",
"MixinClientPlayNetworkHandler",
- "MixinPlayerInventoryGui",
- "MixinCraftingTableGui",
- "MixinCreativePlayerInventoryGui",
+ "MixinPlayerInventoryScreen",
+ "MixinCraftingTableScreen",
+ "MixinCreativePlayerInventoryScreen",
"MixinBrewingRecipeRegistry",
"MixinRecipeBookGui"
],