eating honey gives 4 hunger points

This commit is contained in:
TenPlus1 2017-09-06 17:32:24 +01:00
parent e2d9579401
commit 56b201d326
1 changed files with 1 additions and 1 deletions

View File

@ -59,7 +59,7 @@ mobs:alias_mob("mobs:bee", "mobs_animal:bee")
minetest.register_craftitem(":mobs:honey", {
description = S("Honey"),
inventory_image = "mobs_honey_inv.png",
on_use = minetest.item_eat(6),
on_use = minetest.item_eat(4),
})
-- beehive (when placed spawns bee)