added food groups for better recipe crafting

This commit is contained in:
TenPlus1
2018-03-12 17:17:49 +00:00
parent cbac52f407
commit 2e3de7c177
8 changed files with 16 additions and 2 deletions

View File

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