Skip to content

Commit c2307b8

Browse files
committedSep 1, 2015
Default/nodes: Fix acacia leaves not waving
1 parent 73113f3 commit c2307b8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎mods/default/nodes.lua

+1
Original file line numberDiff line numberDiff line change
@@ -651,6 +651,7 @@ minetest.register_node("default:acacia_leaves", {
651651
drawtype = "allfaces_optional",
652652
visual_scale = 1.3,
653653
tiles = {"default_acacia_leaves.png"},
654+
waving = 1,
654655
paramtype = "light",
655656
is_ground_content = false,
656657
groups = {snappy = 3, leafdecay = 3, flammable = 2, leaves = 1},

0 commit comments

Comments
 (0)