Default/nodes: Fix acacia leaves not waving

master
paramat 2015-09-01 06:12:21 +01:00
parent 73113f3443
commit c2307b8816
1 changed files with 1 additions and 0 deletions

View File

@ -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},