Related Work Items: #12
This commit is contained in:
Pyritie 2025-07-05 13:12:08 +01:00
parent c6bae51299
commit 0848393225
11 changed files with 153 additions and 164 deletions

View file

@ -59,8 +59,4 @@ function registerTFCDataForMinecraft(event) {
food.water(2)
food.decayModifier(2)
})
event.foodItem('tfg:roasted_sunflower_seeds', food => {
food.hunger(0.5)
food.decayModifier(0.5)
})
}