hey if eggs have dairy for some reason then so can this

This commit is contained in:
Pyritie 2025-10-06 18:36:21 +01:00
parent dc2c4af1f5
commit 12f6f0a09f

View file

@ -559,6 +559,7 @@ function registerTFGFoodData(event) {
food.protein(1);
food.fruit(5);
food.grain(4);
food.dairy(1);
});
event.foodItem("betterend:chorus_mushroom_product", (food) => {