added ice soup
This commit is contained in:
parent
5849b84d46
commit
8dd8d5b344
5 changed files with 24 additions and 0 deletions
|
|
@ -158,6 +158,12 @@ const registerTFGFoodData = (event) => {
|
|||
food.protein(5)
|
||||
food.decayModifier(2.25)
|
||||
})
|
||||
|
||||
event.foodItem('tfg:food/ice_soup', food => {
|
||||
food.hunger(1)
|
||||
food.water(20)
|
||||
food.decayModifier(0)
|
||||
})
|
||||
}
|
||||
|
||||
const registerTFGFauna = (event) => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue