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

@ -699,7 +699,7 @@ minetest.register_node("default:apple", {
fixed = {-3 / 16, -7 / 16, -3 / 16, 3 / 16, 4 / 16, 3 / 16}
},
groups = {fleshy = 3, dig_immediate = 3, flammable = 2,
leafdecay = 3, leafdecay_drop = 1},
leafdecay = 3, leafdecay_drop = 1, food_apple = 1},
on_use = minetest.item_eat(2),
sounds = default.node_sound_leaves_defaults(),