temperature changing foods (#1753)

* update sack mod

* Update wan_ancient_beasts-server.toml

* stuff

* lang

* images

* Update CHANGELOG.md

Signed-off-by: GameStar <56610486+BlueBoat29@users.noreply.github.com>

---------

Signed-off-by: GameStar <56610486+BlueBoat29@users.noreply.github.com>
This commit is contained in:
GameStar 2025-09-06 15:35:42 -05:00 committed by GitHub
parent e3d12e2758
commit af01173039
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
11 changed files with 101 additions and 34 deletions

View file

@ -146,6 +146,20 @@ const registerTooltips = (event) => {
text.add(1, Text.translate('tfg.tooltip.wraptor_sugar'))
})
//#region temperature changing foods
event.addAdvanced(['#tfg:cooling_foods'], (item, advanced, text) => {
text.add(2, Text.translate('tfg.tooltip.cooling_foods'))
})
event.addAdvanced(['#tfg:cooling_foods_strong'], (item, advanced, text) => {
text.add(2, Text.translate('tfg.tooltip.cooling_foods_strong'))
})
event.addAdvanced(['#tfg:warming_foods'], (item, advanced, text) => {
text.add(2, Text.translate('tfg.tooltip.warming_foods'))
})
//#endregion
//#region Deprecated Items
event.addAdvanced(['#megacells:mega_interface'], (item, advanced, text) => {