From bc5dc44864988f301f2fe931b0df1329291b2677 Mon Sep 17 00:00:00 2001 From: Flanks255 <32142731+Flanks255@users.noreply.github.com> Date: Tue, 4 Jun 2024 15:16:17 -0500 Subject: [PATCH] Gui Fixes --- .../mod/inventory/gui/FilterSettingsGui.java | 1 + .../resources/assets/actuallyadditions/lang/en_us.json | 7 ++++--- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/src/main/java/de/ellpeck/actuallyadditions/mod/inventory/gui/FilterSettingsGui.java b/src/main/java/de/ellpeck/actuallyadditions/mod/inventory/gui/FilterSettingsGui.java index cc48ee7ba..f2eb71260 100644 --- a/src/main/java/de/ellpeck/actuallyadditions/mod/inventory/gui/FilterSettingsGui.java +++ b/src/main/java/de/ellpeck/actuallyadditions/mod/inventory/gui/FilterSettingsGui.java @@ -112,6 +112,7 @@ public class FilterSettingsGui { ? Component.translatable("info.actuallyadditions.gui.respectMod") : Component.translatable("info.actuallyadditions.gui.ignoreMod")).withStyle(ChatFormatting.BOLD)); list.add(Component.translatable("info.actuallyadditions.gui.respectModInfo")); + list.add(Component.translatable("info.actuallyadditions.gui.respectModInfo2")); } else if (this.damageButton.isMouseOver(mouseX, mouseY)) { list.add((this.theSettings.matchDamage ? Component.translatable("info.actuallyadditions.gui.respectDamage") diff --git a/src/main/resources/assets/actuallyadditions/lang/en_us.json b/src/main/resources/assets/actuallyadditions/lang/en_us.json index 9a08fb950..446ff9aca 100644 --- a/src/main/resources/assets/actuallyadditions/lang/en_us.json +++ b/src/main/resources/assets/actuallyadditions/lang/en_us.json @@ -377,8 +377,8 @@ "item.actuallyadditions.worm": "Worm", "item.actuallyadditions.travelers_sack": "Traveler's Sack", "item.actuallyadditions.void_sack": "Void Sack", - "item.actuallyadditions.crystallized_canola_seed": "Crystallized Canola Seed", - "item.actuallyadditions.empowered_canola_seed": "Empowered Canola Seed", + "item.actuallyadditions.crystallized_canola_seed": "Crystallized Canola Seeds", + "item.actuallyadditions.empowered_canola_seed": "Empowered Canola Seeds", "item.actuallyadditions.lens_of_the_miner": "Lens of the Miner", "item.actuallyadditions.lens_of_the_killer": "Lens of the Killer (WIP)", "item.actuallyadditions.handheld_filler": "Handheld Filler", @@ -472,7 +472,8 @@ "info.actuallyadditions.gui.ignoreNBT": "Ignoring NBT Data", "info.actuallyadditions.gui.ignoreMod": "Mod Mode Off", "info.actuallyadditions.gui.respectMod": "Mod Mode On", - "info.actuallyadditions.gui.respectModInfo": "If this is enabled, the filter will compare the mods items come from §cinstead of comparing the items themselves§r. This can be useful for storage systems with mod-based chests. Can be combined with damage matching, but that normally isn't very useful.", + "info.actuallyadditions.gui.respectModInfo": "If this is enabled, the filter will compare the mods items come from §cinstead of comparing the items themselves.§r ", + "info.actuallyadditions.gui.respectModInfo2": "This can be useful for storage systems with mod-based chests. Can be combined with damage matching, but that normally isn't very useful.", "info.actuallyadditions.gui.autosplititems.on": "Auto-Split Items On", "info.actuallyadditions.gui.autosplititems.off": "Auto-Split Items Off", "info.actuallyadditions.gui.inbound": "INBOUND",