removed poison ivy nodes from flora group.

This commit is contained in:
Vanessa Ezekowitz 2013-04-26 07:11:11 -04:00
parent 743531ed5a
commit fb60fc4af2
1 changed files with 2 additions and 2 deletions

View File

@ -27,7 +27,7 @@ minetest.register_node('poisonivy:seedling', {
sunlight_propagates = true,
paramtype = 'light',
walkable = false,
groups = { snappy = 3, poisonivy=1, flora=1 },
groups = { snappy = 3, poisonivy=1 },
sounds = default.node_sound_leaves_defaults(),
buildable_to = true,
})
@ -41,7 +41,7 @@ minetest.register_node('poisonivy:sproutling', {
sunlight_propagates = true,
paramtype = 'light',
walkable = false,
groups = { snappy = 3, poisonivy=1, flora=1 },
groups = { snappy = 3, poisonivy=1 },
sounds = default.node_sound_leaves_defaults(),
buildable_to = true,
})