Default/nodes: Fix acacia leaves not waving
authorparamat <mat.gregory@virginmedia.com>
Tue, 1 Sep 2015 05:12:21 +0000 (06:12 +0100)
committerparamat <mat.gregory@virginmedia.com>
Tue, 1 Sep 2015 05:18:06 +0000 (06:18 +0100)
mods/default/nodes.lua

index 4d7fcbe30821d9203efe83a503ffc72253842cc3..4a2ca4f94fcbf75446f88b532ddfca9f9e9b7622 100644 (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},