buffed bulbkin pie, fixed egg tag

This commit is contained in:
Pyritie
2025-10-06 18:29:20 +01:00
parent 671b7169dd
commit 722b2756f2
2 changed files with 3 additions and 3 deletions

View File

@@ -554,8 +554,8 @@ function registerTFGFoodData(event) {
food.decayModifier(2);
food.water(5);
food.protein(1);
food.fruit(4);
food.grain(2);
food.fruit(5);
food.grain(4);
});
event.foodItem("betterend:chorus_mushroom_product", (food) => {

View File

@@ -767,7 +767,7 @@ const registerTFGItemTags = (event) => {
//Mars animal region
event.add('tfg:martian_eggs', 'tfg:sniffer_egg')
event.add('tfg:martian_eggs', 'tfg:wraptor_egg')
event.add('tfc:eggs', '#tfg:martian_eggs')
event.add('forge:eggs', '#tfg:martian_eggs')
event.add('tfg:martian_animal_foods', 'betterend:amber_root_product')
event.add('tfg:martian_animal_foods', 'betterend:blossom_berry_product')