mirror of
https://github.com/luanti-org/minetest_game.git
synced 2025-06-07 06:06:10 -04:00
Apples give 2 HP instead of 1 HP, bread gives 5 HP instead of 4 HP
This commit is contained in:
parent
300b14078f
commit
23a37e5e79
2 changed files with 2 additions and 2 deletions
|
@ -24,7 +24,7 @@ minetest.register_craftitem("farming:flour", {
|
|||
minetest.register_craftitem("farming:bread", {
|
||||
description = "Bread",
|
||||
inventory_image = "farming_bread.png",
|
||||
on_use = minetest.item_eat(4),
|
||||
on_use = minetest.item_eat(5),
|
||||
})
|
||||
|
||||
minetest.register_craft({
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue