langs, update tooltips

This commit is contained in:
Pyritie 2025-12-28 17:01:04 +00:00
parent 771ccdfea4
commit 2d694cef6d
3 changed files with 12 additions and 12 deletions

View file

@ -271,10 +271,10 @@ const registerTooltips = (event) => {
event.addAdvanced(['tfc:crucible'], (item, advanced, text) => {
text.add(1, Text.translate("gtceu.universal.tooltip.fluid_storage_capacity", "4,032"))
})
event.addAdvanced(['waterflasks:red_steel_flask'], (item, advanced, text) => {
event.addAdvanced(['waterflasks:iron_flask', 'waterflasks:red_steel_flask'], (item, advanced, text) => {
text.add(1, Text.translate("gtceu.universal.tooltip.fluid_storage_capacity", "2,000"))
})
event.addAdvanced(['waterflasks:iron_flask', 'tfc:wooden_bucket', 'firmalife:mixing_bowl'], (item, advanced, text) => {
event.addAdvanced(['tfc:wooden_bucket', 'firmalife:mixing_bowl'], (item, advanced, text) => {
text.add(1, Text.translate("gtceu.universal.tooltip.fluid_storage_capacity", "1,000"))
})
event.addAdvanced(['waterflasks:leather_flask'], (item, advanced, text) => {