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
commit6096914328835dfe3d7f735b6bac5002c33be86a (patch)
treecd93b7767a119e9ce2ac4235cd837854c362367b /src/main/resources
parente7ba883beed7d3d5697c1095249c7dd05518ba76 (diff)
downloadRoughlyEnoughItems-6096914328835dfe3d7f735b6bac5002c33be86a.tar.gz
RoughlyEnoughItems-6096914328835dfe3d7f735b6bac5002c33be86a.tar.bz2
RoughlyEnoughItems-6096914328835dfe3d7f735b6bac5002c33be86a.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"
],