Skip to content

Commit

Permalink
Default/nodes: Fix acacia leaves not waving
Browse files Browse the repository at this point in the history
  • Loading branch information
paramat committed Sep 1, 2015
1 parent 73113f3 commit c2307b8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mods/default/nodes.lua
Expand Up @@ -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},
Expand Down

0 comments on commit c2307b8

Please sign in to comment.