added ice soup
This commit is contained in:
parent
5849b84d46
commit
8dd8d5b344
5 changed files with 24 additions and 0 deletions
|
|
@ -86,4 +86,9 @@ const registerTFCFoodData = (event) => {
|
|||
food.hunger(1)
|
||||
food.dairy(0.5)
|
||||
})
|
||||
|
||||
event.foodItem('firmalife:ice_shavings', food => {
|
||||
food.water(5)
|
||||
food.decayModifier(0)
|
||||
})
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue