honey also belongs in food_sugar group

This commit is contained in:
TenPlus1 2018-03-16 13:42:44 +00:00
parent 2e3de7c177
commit 41d0594802
1 changed files with 1 additions and 1 deletions

View File

@ -64,7 +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},
groups = {food_honey = 1, food_sugar = 1, flammable = 1},
})
-- beehive (when placed spawns bee)