Skip to content
Snippets Groups Projects
Commit 5ca862e1 authored by Vanessa Ezekowitz's avatar Vanessa Ezekowitz
Browse files

add waving property to blossoms, for shader use

parent 828c2008
No related branches found
No related tags found
No related merge requests found
......@@ -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({
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment