summaryrefslogtreecommitdiff
path: root/plantlife.lua
diff options
context:
space:
mode:
authortenplus1 <kinsellaja@yahoo.com>2014-11-25 13:03:30 +0000
committertenplus1 <kinsellaja@yahoo.com>2014-11-25 13:03:30 +0000
commit3ab99e353f4d30058801b077ac560f287c731309 (patch)
treefd4fb653e8a35d8be298097a08bb33bae376412d /plantlife.lua
parentf3572e569f61a3213e8ba26c5b4da16936794be7 (diff)
bug fixes
Diffstat (limited to 'plantlife.lua')
-rw-r--r--plantlife.lua2
1 files changed, 1 insertions, 1 deletions
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)