From 743531ed5abe3963a4f9521ab5f2900db1c9d11e Mon Sep 17 00:00:00 2001 From: Vanessa Ezekowitz Date: Fri, 26 Apr 2013 06:56:18 -0400 Subject: [PATCH] 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 --- poisonivy/init.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/poisonivy/init.lua b/poisonivy/init.lua index b373f88..42a359c 100644 --- a/poisonivy/init.lua +++ b/poisonivy/init.lua @@ -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",