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

Default/nodes: Fix acacia leaves not waving

parent 73113f34
Branches
No related tags found
No related merge requests found
......@@ -651,6 +651,7 @@ minetest.register_node("default:acacia_leaves", {
drawtype = "allfaces_optional",
visual_scale = 1.3,
tiles = {"default_acacia_leaves.png"},
waving = 1,
paramtype = "light",
is_ground_content = false,
groups = {snappy = 3, leafdecay = 3, flammable = 2, leaves = 1},
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment