freeze dried mars fruit

This commit is contained in:
Pyritie 2025-08-12 11:25:38 +01:00
parent 41fc80fdd2
commit a07f70594d
5 changed files with 6 additions and 3 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 415 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 417 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 412 B

View file

@ -202,9 +202,9 @@ const registerTFGFoodData = (event) => {
event.foodItem('betterend:cave_pumpkin_chunks', food => {
food.hunger(4)
food.saturation(1)
food.decayModifier(1.5)
food.decayModifier(2.5)
food.water(5)
food.fruit(0.75)
food.fruit(0.8)
})
event.foodItem('betterend:cave_pumpkin_pie_dough', food => {

View file

@ -160,5 +160,8 @@ global.FOOD_FRUIT = [
{name: 'pumpkin_chunks', id: 'tfc:food/pumpkin_chunks', saturation: 1, water: 5, fruit: 0.8, decay: 2.25},
{name: 'melon_slice', id: 'tfc:food/melon_slice', saturation: 0.2, water: 5, fruit: 0.8, decay: 2.25},
{name: 'fig', id: 'firmalife:food/fig', saturation: 1, water: 5, fruit: 0.9, decay: 1},
{name: 'pineapple', id: 'firmalife:food/pineapple', saturation: 1, water: 1, fruit: 0.8, decay: 4.5}
{name: 'pineapple', id: 'firmalife:food/pineapple', saturation: 1, water: 1, fruit: 0.8, decay: 4.5},
{name: 'cave_pumpkin', id: 'betterend:cave_pumpkin_chunks', saturation: 1, water: 5, fruit: 0.8, decay: 2.25 },
{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 }
];