Skip to content
Snippets Groups Projects
Commit fd5721fa authored by paramat's avatar paramat
Browse files

Flowers: Make flowers wave when waving shader enabled

parent 09d910ef
Branches
No related tags found
No related merge requests found
......@@ -39,6 +39,7 @@ local function add_simple_flower(name, desc, box, f_groups)
minetest.register_node("flowers:" .. name, {
description = desc,
drawtype = "plantlike",
waving = 1,
tiles = {"flowers_" .. name .. ".png"},
inventory_image = "flowers_" .. name .. ".png",
wield_image = "flowers_" .. name .. ".png",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment