aboutsummaryrefslogtreecommitdiff
path: root/src/main/resources
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/resources')
-rwxr-xr-xsrc/main/resources/fabric.mod.json2
-rwxr-xr-xsrc/main/resources/roughlyenoughitems.client.json5
2 files changed, 5 insertions, 2 deletions
diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json
index 66b8d3f9a..0968e78d5 100755
--- a/src/main/resources/fabric.mod.json
+++ b/src/main/resources/fabric.mod.json
@@ -2,7 +2,7 @@
"id": "roughlyenoughitems",
"name": "RoughlyEnoughItems",
"description": "To allow players to view items and recipes.",
- "version": "2.0.0.31",
+ "version": "2.0.0.32",
"side": "client",
"authors": [
"Danielshe"
diff --git a/src/main/resources/roughlyenoughitems.client.json b/src/main/resources/roughlyenoughitems.client.json
index 1b1c99a5c..7080277f7 100755
--- a/src/main/resources/roughlyenoughitems.client.json
+++ b/src/main/resources/roughlyenoughitems.client.json
@@ -4,7 +4,10 @@
"compatibilityLevel": "JAVA_8",
"mixins": [
"MixinContainerGui",
- "MixinClientPlayNetworkHandler"
+ "MixinClientPlayNetworkHandler",
+ "MixinPlayerInventoryGui",
+ "MixinCraftingTableGui",
+ "MixinCreativePlayerInventoryGui"
],
"injectors": {
"defaultRequire": 1