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

@ -256,6 +256,13 @@ const registerTFGItemTags = (event) => {
event.add('tfc:foods/cooked_meats', meat)
})
//These tags are used to add the tooltips and for searchability
global.COOLING_FOODS.forEach(food => { event.add('tfg:cooling_foods', food) })
event.add('tfg:cooling_foods_strong', 'tfg:food/ice_soup')
global.WARMING_FOODS.forEach(food => { event.add('tfg:warming_foods', food) })
//jam sandwhich stuff
const usable_in_jam_sandwich = Ingredient.of('#tfc:foods/usable_in_jam_sandwich').itemIds.toArray().map(String);
const preserves = Ingredient.of('#tfc:foods/preserves').itemIds.toArray().map(String);