Fixed missing facedir on horizontal trunks

This commit is contained in:
Vanessa Ezekowitz 2013-02-10 23:10:35 -05:00
parent bf4d4929f7
commit ff976f7151
1 changed files with 1 additions and 0 deletions

View File

@ -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", {