Add farming mod

This commit is contained in:
PilzAdam
2012-11-11 11:47:53 +01:00
committed by PilzAdam
parent 0dd813b5f8
commit 5d11a34b04
33 changed files with 552 additions and 1 deletions

View File

@ -1125,7 +1125,7 @@ minetest.register_node("default:apple", {
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},
on_use = minetest.item_eat(4),
on_use = minetest.item_eat(1),
sounds = default.node_sound_defaults(),
after_place_node = function(pos, placer, itemstack)
if placer:is_player() then