forked from mtcontrib/plantlife_modpack
Minor tuning for pies vs. fruits
Raw fruit or sugar heals 1/2 heart. A raw pie heals 2 hearts. A cooked pie heals 3 hearts or it can be split into 6 slices. A slice of pie heals 1/2 heart. A basket of pies heals 9 hearts (and sadly, consumes the basket).
This commit is contained in:
@ -147,7 +147,7 @@ for i, bush_name in ipairs(bushes_classic.bushes) do
|
||||
"bushes_basket_bottom.png",
|
||||
"bushes_basket_side.png"
|
||||
},
|
||||
on_use = minetest.item_eat(15),
|
||||
on_use = minetest.item_eat(18),
|
||||
groups = { dig_immediate = 3 },
|
||||
})
|
||||
|
||||
|
Reference in New Issue
Block a user