From 3ab99e353f4d30058801b077ac560f287c731309 Mon Sep 17 00:00:00 2001 From: tenplus1 Date: Tue, 25 Nov 2014 13:03:30 +0000 Subject: bug fixes --- plantlife.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plantlife.lua') diff --git a/plantlife.lua b/plantlife.lua index c252efc..71f55f5 100644 --- a/plantlife.lua +++ b/plantlife.lua @@ -178,7 +178,7 @@ minetest.register_node("ethereal:orange", { type = "fixed", fixed = {-0.2, -0.3, -0.2, 0.2, 0.2, 0.2} }, - groups = {fleshy=3,dig_immediate=3,flammable=2,leafdecay=1,leafdecay_drop=1}, + groups = {fleshy=3,dig_immediate=3,flammable=2,leafdecay=3,leafdecay_drop=1}, on_use = minetest.item_eat(4), sounds = default.node_sound_leaves_defaults(), after_place_node = function(pos, placer, itemstack) -- cgit v1.2.3