mirror of
https://github.com/Ellpeck/ActuallyAdditions.git
synced 2024-11-22 07:13:28 +01:00
Gui Fixes
This commit is contained in:
parent
d7de3e61d2
commit
bc5dc44864
2 changed files with 5 additions and 3 deletions
|
@ -112,6 +112,7 @@ public class FilterSettingsGui {
|
||||||
? Component.translatable("info.actuallyadditions.gui.respectMod")
|
? Component.translatable("info.actuallyadditions.gui.respectMod")
|
||||||
: Component.translatable("info.actuallyadditions.gui.ignoreMod")).withStyle(ChatFormatting.BOLD));
|
: Component.translatable("info.actuallyadditions.gui.ignoreMod")).withStyle(ChatFormatting.BOLD));
|
||||||
list.add(Component.translatable("info.actuallyadditions.gui.respectModInfo"));
|
list.add(Component.translatable("info.actuallyadditions.gui.respectModInfo"));
|
||||||
|
list.add(Component.translatable("info.actuallyadditions.gui.respectModInfo2"));
|
||||||
} else if (this.damageButton.isMouseOver(mouseX, mouseY)) {
|
} else if (this.damageButton.isMouseOver(mouseX, mouseY)) {
|
||||||
list.add((this.theSettings.matchDamage
|
list.add((this.theSettings.matchDamage
|
||||||
? Component.translatable("info.actuallyadditions.gui.respectDamage")
|
? Component.translatable("info.actuallyadditions.gui.respectDamage")
|
||||||
|
|
|
@ -377,8 +377,8 @@
|
||||||
"item.actuallyadditions.worm": "Worm",
|
"item.actuallyadditions.worm": "Worm",
|
||||||
"item.actuallyadditions.travelers_sack": "Traveler's Sack",
|
"item.actuallyadditions.travelers_sack": "Traveler's Sack",
|
||||||
"item.actuallyadditions.void_sack": "Void Sack",
|
"item.actuallyadditions.void_sack": "Void Sack",
|
||||||
"item.actuallyadditions.crystallized_canola_seed": "Crystallized Canola Seed",
|
"item.actuallyadditions.crystallized_canola_seed": "Crystallized Canola Seeds",
|
||||||
"item.actuallyadditions.empowered_canola_seed": "Empowered Canola Seed",
|
"item.actuallyadditions.empowered_canola_seed": "Empowered Canola Seeds",
|
||||||
"item.actuallyadditions.lens_of_the_miner": "Lens of the Miner",
|
"item.actuallyadditions.lens_of_the_miner": "Lens of the Miner",
|
||||||
"item.actuallyadditions.lens_of_the_killer": "Lens of the Killer (WIP)",
|
"item.actuallyadditions.lens_of_the_killer": "Lens of the Killer (WIP)",
|
||||||
"item.actuallyadditions.handheld_filler": "Handheld Filler",
|
"item.actuallyadditions.handheld_filler": "Handheld Filler",
|
||||||
|
@ -472,7 +472,8 @@
|
||||||
"info.actuallyadditions.gui.ignoreNBT": "Ignoring NBT Data",
|
"info.actuallyadditions.gui.ignoreNBT": "Ignoring NBT Data",
|
||||||
"info.actuallyadditions.gui.ignoreMod": "Mod Mode Off",
|
"info.actuallyadditions.gui.ignoreMod": "Mod Mode Off",
|
||||||
"info.actuallyadditions.gui.respectMod": "Mod Mode On",
|
"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.on": "Auto-Split Items On",
|
||||||
"info.actuallyadditions.gui.autosplititems.off": "Auto-Split Items Off",
|
"info.actuallyadditions.gui.autosplititems.off": "Auto-Split Items Off",
|
||||||
"info.actuallyadditions.gui.inbound": "INBOUND",
|
"info.actuallyadditions.gui.inbound": "INBOUND",
|
||||||
|
|
Loading…
Reference in a new issue