diff options
| author | Unknown <shekwancheung0528@gmail.com> | 2019-01-30 21:12:10 +0800 |
|---|---|---|
| committer | Unknown <shekwancheung0528@gmail.com> | 2019-01-30 21:12:10 +0800 |
| commit | 6096914328835dfe3d7f735b6bac5002c33be86a (patch) | |
| tree | cd93b7767a119e9ce2ac4235cd837854c362367b /src/main/resources | |
| parent | e7ba883beed7d3d5697c1095249c7dd05518ba76 (diff) | |
| download | RoughlyEnoughItems-6096914328835dfe3d7f735b6bac5002c33be86a.tar.gz RoughlyEnoughItems-6096914328835dfe3d7f735b6bac5002c33be86a.tar.bz2 RoughlyEnoughItems-6096914328835dfe3d7f735b6bac5002c33be86a.zip | |
Close #17
Diffstat (limited to 'src/main/resources')
| -rwxr-xr-x | src/main/resources/roughlyenoughitems.client.json | 8 |
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" ], |
