mirror of
https://codeberg.org/tenplus1/mobs_animal.git
synced 2024-12-23 01:10:25 +01:00
eating honey gives 4 hunger points
This commit is contained in:
parent
e2d9579401
commit
56b201d326
2
bee.lua
2
bee.lua
@ -59,7 +59,7 @@ mobs:alias_mob("mobs:bee", "mobs_animal:bee")
|
|||||||
minetest.register_craftitem(":mobs:honey", {
|
minetest.register_craftitem(":mobs:honey", {
|
||||||
description = S("Honey"),
|
description = S("Honey"),
|
||||||
inventory_image = "mobs_honey_inv.png",
|
inventory_image = "mobs_honey_inv.png",
|
||||||
on_use = minetest.item_eat(6),
|
on_use = minetest.item_eat(4),
|
||||||
})
|
})
|
||||||
|
|
||||||
-- beehive (when placed spawns bee)
|
-- beehive (when placed spawns bee)
|
||||||
|
Loading…
Reference in New Issue
Block a user