made apples attached nodes so they fall down when leaves decay

This commit is contained in:
kaadmy 2015-09-23 11:31:04 -07:00
parent e37e11849a
commit e9adaeae17
1 changed files with 1 additions and 0 deletions

View File

@ -792,6 +792,7 @@ minetest.register_node(
},
sunlight_propagates = true,
walkable = false,
attached_node = true,
groups = {fleshy=3,dig_immediate=2},
on_use = minetest.item_eat({hp = 2, sat = 10}),
sounds = default.node_sound_defaults(),