From e932a8478a12eb4fdddb76b5db3535854efd8293 Mon Sep 17 00:00:00 2001 From: Vanessa Ezekowitz Date: Thu, 30 Mar 2017 18:29:55 -0400 Subject: update plantlife/nature classic --- nature_classic/blossom.lua | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'nature_classic/blossom.lua') diff --git a/nature_classic/blossom.lua b/nature_classic/blossom.lua index 62947b5..646a06e 100644 --- a/nature_classic/blossom.lua +++ b/nature_classic/blossom.lua @@ -16,11 +16,17 @@ minetest.register_node(":"..nature.blossom_node, { drawtype = "allfaces_optional", tiles = nature.blossom_textures, paramtype = "light", - groups = { snappy = 3, leafdecay = 3, flammable = 2, leafdecay = 3 }, + groups = nature.blossom_groups, sounds = default.node_sound_leaves_defaults(), waving = 1 }) +default.register_leafdecay({ + trunks = { nature.blossom_trunk }, + leaves = { nature.blossom_node }, + radius = nature.blossom_decay, +}) + minetest.register_craft({ type = "fuel", recipe = nature.blossom_node, -- cgit v1.2.3