summaryrefslogtreecommitdiff
path: root/plantlife.lua
diff options
context:
space:
mode:
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)