mirror of
https://codeberg.org/tenplus1/mobs_animal.git
synced 2024-12-22 17:00:26 +01:00
honey also belongs in food_sugar group
This commit is contained in:
parent
2e3de7c177
commit
41d0594802
2
bee.lua
2
bee.lua
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user