From: PilzAdam Date: Tue, 21 May 2013 18:02:47 +0000 (+0200) Subject: Fix a typo in apple decaying X-Git-Tag: 0.4.7~8 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=8dd2a77ff1f5da2f79efb70ba53cfe2ef3610038;p=oweals%2Fminetest_game.git Fix a typo in apple decaying --- diff --git a/mods/default/nodes.lua b/mods/default/nodes.lua index 3a0cf49e..32a0ae5e 100644 --- a/mods/default/nodes.lua +++ b/mods/default/nodes.lua @@ -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)