Tooltip correction (#2609)

* Change small gear mold capacity from 288 to 144

This will fix the issue #2543, were small gears used double the intended value.

Signed-off-by: Jean Roberto de Souza <81846511+JeanRdSz@users.noreply.github.com>

* Update fluid storage capacity tooltips for items

Signed-off-by: Jean Roberto de Souza <81846511+JeanRdSz@users.noreply.github.com>

---------

Signed-off-by: Jean Roberto de Souza <81846511+JeanRdSz@users.noreply.github.com>
This commit is contained in:
Jean Roberto de Souza 2026-01-04 09:25:56 -03:00 committed by GitHub
parent 481a3f028a
commit b1cb852190
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -293,10 +293,10 @@ const registerTooltips = (event) => {
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) => {
event.addAdvanced(['waterflasks:leather_flask','tfc:silica_glass_bottle'], (item, advanced, text) => {
text.add(1, Text.translate("gtceu.universal.tooltip.fluid_storage_capacity", "500"))
})
event.addAdvanced(['tfc:hematitic_glass_bottle', 'tfc:silica_glass_bottle', 'tfc:volcanic_glass_bottle', 'tfc:olivine_glass_bottle'], (item, advanced, text) => {
event.addAdvanced(['tfc:hematitic_glass_bottle', 'tfc:volcanic_glass_bottle', 'tfc:olivine_glass_bottle'], (item, advanced, text) => {
text.add(1, Text.translate("gtceu.universal.tooltip.fluid_storage_capacity", "400"))
})
event.addAdvanced(['#tfc:lamps'], (item, advanced, text) => {