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
No related branches found
No related tags found
No related merge requests found
...@@ -651,6 +651,7 @@ minetest.register_node("default:acacia_leaves", { ...@@ -651,6 +651,7 @@ minetest.register_node("default:acacia_leaves", {
drawtype = "allfaces_optional", drawtype = "allfaces_optional",
visual_scale = 1.3, visual_scale = 1.3,
tiles = {"default_acacia_leaves.png"}, tiles = {"default_acacia_leaves.png"},
waving = 1,
paramtype = "light", paramtype = "light",
is_ground_content = false, is_ground_content = false,
groups = {snappy = 3, leafdecay = 3, flammable = 2, leaves = 1}, 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.
Finish editing this message first!
Please register or to comment