added ice soup

This commit is contained in:
Pyritie 2025-07-14 20:00:44 +01:00
parent 5849b84d46
commit 8dd8d5b344
5 changed files with 24 additions and 0 deletions

View file

@ -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)
})
}