took climbing poison ivy out of flora group - thanks to 0gb.us for catching

the cause of a weird facedir bug, which was actually the game doing it, not
plants_lib
master
Vanessa Ezekowitz 2013-04-26 06:56:18 -04:00
parent 2584286c52
commit 743531ed5a
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@ minetest.register_node('poisonivy:climbing', {
paramtype = 'light',
paramtype2 = 'wallmounted',
walkable = false,
groups = { snappy = 3, poisonivy=1, flora=1 },
groups = { snappy = 3, poisonivy=1 },
sounds = default.node_sound_leaves_defaults(),
selection_box = {
type = "wallmounted",