fixed baked cake bases nutrition
This commit is contained in:
parent
9d7d4332f3
commit
8d8d028f0e
1 changed files with 2 additions and 2 deletions
|
|
@ -16,8 +16,8 @@ function registerTFCDataForCreateAddition(event) {
|
|||
food.hunger(4)
|
||||
food.saturation(1)
|
||||
food.decayModifier(2)
|
||||
food.dairy(2)
|
||||
food.grain(2)
|
||||
food.dairy(0.4)
|
||||
food.grain(0.4)
|
||||
})
|
||||
|
||||
event.foodItem('tfc:cake', food => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue