buffed bulbkin pie, fixed egg tag
This commit is contained in:
@@ -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) => {
|
||||
|
||||
@@ -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')
|
||||
|
||||
Reference in New Issue
Block a user