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
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue