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
|
|
@ -166,3 +166,23 @@ global.FOOD_FRUIT = [
|
|||
{name: 'blossom_berry', id: 'betterend:blossom_berry_product', saturation: 1, water: 7.5, fruit: 1.5, decay: 2 },
|
||||
{name: 'shadow_berry', id: 'betterend:shadow_berry_cooked', saturation: 1, water: 5, fruit: 1.5, decay: 2 }
|
||||
];
|
||||
|
||||
global.COOLING_FOODS = [
|
||||
'firmalife:food/vanilla_ice_cream',
|
||||
'firmalife:food/chocolate_ice_cream',
|
||||
'firmalife:food/strawberry_ice_cream',
|
||||
'firmalife:food/cookie_dough_ice_cream',
|
||||
'firmalife:food/banana_split'
|
||||
];
|
||||
|
||||
global.COOLING_FOODS_STRONG = [
|
||||
'tfg:ice_soup'
|
||||
];
|
||||
|
||||
global.WARMING_FOODS = [
|
||||
'tfc:food/grain_soup',
|
||||
'tfc:food/fruit_soup',
|
||||
'tfc:food/vegetables_soup',
|
||||
'tfc:food/protein_soup',
|
||||
'tfc:food/dairy_soup'
|
||||
];
|
||||
Loading…
Add table
Add a link
Reference in a new issue