yumy popped chorus fruit (needs a cooking recipe)
This commit is contained in:
parent
9579a7b52d
commit
07f984c288
5 changed files with 14 additions and 6 deletions
|
|
@ -251,10 +251,15 @@ const registerTFCFoodData = (event) => {
|
|||
|
||||
event.foodItem('minecraft:chorus_fruit', food => {
|
||||
food.hunger(1.5)
|
||||
food.fruit(1)
|
||||
food.fruit(2)
|
||||
food.water(5)
|
||||
})
|
||||
|
||||
event.foodItem('minecraft:popped_chorus_fruit', food => {
|
||||
food.hunger(2)
|
||||
food.fruit(3)
|
||||
food.decayModifier(0.5)
|
||||
})
|
||||
|
||||
event.foodItem('minecraft:red_mushroom', food => {
|
||||
food.hunger(1.5)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue