fix #2714
This commit is contained in:
parent
79e404c1dd
commit
9870970c89
3 changed files with 17 additions and 16 deletions
|
|
@ -159,7 +159,7 @@ function registerTFGFoodData(event) {
|
|||
});
|
||||
|
||||
event.foodItem("tfg:food/cooked_long_pig_filet", (food) => {
|
||||
food.hunger(2);
|
||||
food.hunger(4);
|
||||
food.saturation(2);
|
||||
food.protein(2);
|
||||
food.decayModifier(2.25);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue