made spring water drinkable
This commit is contained in:
parent
06e7df4cdf
commit
5ecd67c42d
3 changed files with 16 additions and 0 deletions
|
|
@ -371,4 +371,7 @@ const registerTooltips = (event) => {
|
|||
text.add(1, Text.of("Strength (02:40)").blue());
|
||||
text.add(2, Text.translate('tfg.tooltip.cooling_foods'));
|
||||
})
|
||||
event.addAdvanced(['tfc:bucket/spring_water'], (item, advanced, text) => {
|
||||
text.add(1, Text.translate('tfg.tooltip.warming_foods'));
|
||||
})
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue