aboutsummaryrefslogtreecommitdiff
path: root/src/main/resources
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/resources')
-rwxr-xr-xsrc/main/resources/assets/roughlyenoughitems/lang/en_us.json1
-rwxr-xr-xsrc/main/resources/mixin.roughlyenoughitems.json3
2 files changed, 3 insertions, 1 deletions
diff --git a/src/main/resources/assets/roughlyenoughitems/lang/en_us.json b/src/main/resources/assets/roughlyenoughitems/lang/en_us.json
index c7077073b..215c38b90 100755
--- a/src/main/resources/assets/roughlyenoughitems/lang/en_us.json
+++ b/src/main/resources/assets/roughlyenoughitems/lang/en_us.json
@@ -112,6 +112,7 @@
"config.roughlyenoughitems.mirrorItemPanel": "Item List Position:",
"config.roughlyenoughitems.mirrorItemPanel.boolean.true": "Left Side",
"config.roughlyenoughitems.mirrorItemPanel.boolean.false": "Right Side",
+ "config.roughlyenoughitems.debugRenderTimeRequired": "Entry List Debug Mode:",
"config.roughlyenoughitems.searchFieldLocation": "Search Field Position:",
"config.roughlyenoughitems.searchFieldLocation.bottom_side": "Bottom Left / Right",
"config.roughlyenoughitems.searchFieldLocation.top_side": "Top Left / Right",
diff --git a/src/main/resources/mixin.roughlyenoughitems.json b/src/main/resources/mixin.roughlyenoughitems.json
index e44c85e3d..da39a2b7e 100755
--- a/src/main/resources/mixin.roughlyenoughitems.json
+++ b/src/main/resources/mixin.roughlyenoughitems.json
@@ -6,7 +6,8 @@
"mixins": [],
"client": [
"MixinBrewingRecipeRegistry",
- "MixinItemStack"
+ "MixinItemStack",
+ "MixinItemRenderer"
],
"injectors": {
"defaultRequire": 1