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:
parent
481a3f028a
commit
b1cb852190
1 changed files with 2 additions and 2 deletions
|
|
@ -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) => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue