Fix a typo in apple decaying

This commit is contained in:
PilzAdam 2013-05-21 20:02:47 +02:00
parent 5d11a34b04
commit 8dd2a77ff1
1 changed files with 1 additions and 1 deletions

View File

@ -1124,7 +1124,7 @@ minetest.register_node("default:apple", {
type = "fixed",
fixed = {-0.2, -0.5, -0.2, 0.2, 0, 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(1),
sounds = default.node_sound_defaults(),
after_place_node = function(pos, placer, itemstack)