From 4e54d23c4d22b6ea956e9e9cbc0961a90ef31361 Mon Sep 17 00:00:00 2001 From: Vanessa Ezekowitz Date: Sat, 15 Aug 2015 17:23:44 -0400 Subject: [PATCH] use default leaf decay code for blossoms --- nature_classic/blossom.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nature_classic/blossom.lua b/nature_classic/blossom.lua index 7e41910..bacde7f 100644 --- a/nature_classic/blossom.lua +++ b/nature_classic/blossom.lua @@ -16,7 +16,7 @@ minetest.register_node(":"..nature.blossom_node, { drawtype = "allfaces_optional", tiles = nature.blossom_textures, paramtype = "light", - groups = { snappy = 3, leafdecay = 3, flammable = 2 }, + groups = { snappy = 3, leafdecay = 3, flammable = 2, leafdecay = 3 }, sounds = default.node_sound_leaves_defaults(), waving = 1 })