use default leaf decay code for blossoms

This commit is contained in:
Vanessa Ezekowitz 2015-08-15 17:23:44 -04:00
parent e1a5840129
commit 4e54d23c4d
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ minetest.register_node(":"..nature.blossom_node, {
drawtype = "allfaces_optional",
tiles = nature.blossom_textures,
paramtype = "light",
groups = { snappy = 3, leafdecay = 3, flammable = 2 },
groups = { snappy = 3, leafdecay = 3, flammable = 2, leafdecay = 3 },
sounds = default.node_sound_leaves_defaults(),
waving = 1
})