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:
parent
e3d12e2758
commit
af01173039
11 changed files with 101 additions and 34 deletions
|
|
@ -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) => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue