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 861c7fdbd..1a2da4c9e 100755
--- a/src/main/resources/assets/roughlyenoughitems/lang/en_us.json
+++ b/src/main/resources/assets/roughlyenoughitems/lang/en_us.json
@@ -88,6 +88,7 @@
"config.roughlyenoughitems.clickableRecipeArrows": "Clickable Recipe Arrows:",
"config.roughlyenoughitems.clickableRecipeArrows.boolean.true": "Enabled",
"config.roughlyenoughitems.clickableRecipeArrows.boolean.false": "Disabled",
+ "config.roughlyenoughitems.renderEntryExtraOverlay": "Render Entry Extra Overlay:",
"config.roughlyenoughitems.darkTheme": "Appearance Theme:",
"config.roughlyenoughitems.darkTheme.boolean.true": "Dark Theme",
"config.roughlyenoughitems.darkTheme.boolean.false": "Light Theme",
diff --git a/src/main/resources/mixin.roughlyenoughitems.json b/src/main/resources/mixin.roughlyenoughitems.json
index a8334dea1..e44c85e3d 100755
--- a/src/main/resources/mixin.roughlyenoughitems.json
+++ b/src/main/resources/mixin.roughlyenoughitems.json
@@ -5,7 +5,8 @@
"compatibilityLevel": "JAVA_8",
"mixins": [],
"client": [
- "MixinBrewingRecipeRegistry"
+ "MixinBrewingRecipeRegistry",
+ "MixinItemStack"
],
"injectors": {
"defaultRequire": 1