add waving property to blossoms, for shader use

This commit is contained in:
Vanessa Ezekowitz 2014-07-04 01:44:15 -04:00
parent 828c2008e7
commit 5ca862e153
1 changed files with 1 additions and 0 deletions

View File

@ -25,6 +25,7 @@ minetest.register_node(":"..BLOSSOM_NODE, {
groups = { snappy = 3, leafdecay = 3, flammable = 2 },
sounds = default.node_sound_leaves_defaults(),
drop = BLOSSOM_NODE,
waving = 1
})
minetest.register_craft({