Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix a typo in apple decaying
  • Loading branch information
PilzAdam committed May 21, 2013
1 parent 5d11a34 commit 8dd2a77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mods/default/nodes.lua
Expand Up @@ -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)
Expand Down

0 comments on commit 8dd2a77

Please sign in to comment.