adjusted apples to heal 1/2 heart to match defaults.

This commit is contained in:
Vanessa Ezekowitz 2013-07-21 12:30:09 -04:00
parent f74cd8e1d4
commit 1377d69f54
1 changed files with 1 additions and 1 deletions

View File

@ -283,7 +283,7 @@ if moretrees.enable_redefine_apple then
fixed = {-0.2, -0.5, -0.2, 0.2, 0, 0.2}
},
groups = {fleshy=3,dig_immediate=3,flammable=2,attached_node=1},
on_use = minetest.item_eat(4),
on_use = minetest.item_eat(1),
sounds = default.node_sound_defaults(),
})
end