From: Vanessa Ezekowitz Date: Mon, 11 Feb 2013 04:10:35 +0000 (-0500) Subject: Fixed missing facedir on horizontal trunks X-Git-Url: http://81.2.79.47:8989/gitweb/?a=commitdiff_plain;h=ff976f715105afc24120a33a3017e055614ce677;p=zefram%2Fminetest%2Fmoretrees.git Fixed missing facedir on horizontal trunks --- diff --git a/node_defs.lua b/node_defs.lua index 11761d1..84eac02 100644 --- a/node_defs.lua +++ b/node_defs.lua @@ -60,6 +60,7 @@ for i in ipairs(trees) do is_ground_content = true, groups = {tree=1,snappy=1,choppy=2,oddly_breakable_by_hand=1,flammable=2}, sounds = default.node_sound_wood_defaults(), + paramtype2 = "facedir", }) minetest.register_node("moretrees:"..treename.."_planks", {