Add food_* groups to default edibles (#2089)

This commit is contained in:
tenplus1
2018-04-04 09:59:15 +01:00
committed by SmallJoker
parent b0e55c52c8
commit 11b3407671
4 changed files with 6 additions and 6 deletions

View File

@ -212,7 +212,7 @@ minetest.register_node("flowers:mushroom_brown", {
sunlight_propagates = true,
walkable = false,
buildable_to = true,
groups = {snappy = 3, attached_node = 1, flammable = 1},
groups = {food_mushroom = 1, snappy = 3, attached_node = 1, flammable = 1},
sounds = default.node_sound_leaves_defaults(),
on_use = minetest.item_eat(1),
selection_box = {