mirror of
https://github.com/mt-mods/moretrees.git
synced 2024-11-05 09:50:34 +01:00
adjusted apples to heal 1/2 heart to match defaults.
This commit is contained in:
parent
f74cd8e1d4
commit
1377d69f54
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user