Fix support for acacia trees

Just realized I had the wrong item string >.<
This commit is contained in:
Wayward1 2015-01-16 17:56:57 -05:00 committed by Vanessa Ezekowitz
parent d6b0deb989
commit 9e1c5740d3
1 changed files with 2 additions and 2 deletions

View File

@ -35,8 +35,8 @@ end
-- Support moretrees if it is there
if minetest.get_modpath("moretrees") then
timber_nodenames["moretrees:acacia_tree_trunk"] = true
timber_nodenames["moretrees:acacia_tree_trunk_sideways"] = true
timber_nodenames["moretrees:acacia_trunk"] = true
timber_nodenames["moretrees:acacia_trunk_sideways"] = true
timber_nodenames["moretrees:apple_tree_trunk"] = true
timber_nodenames["moretrees:apple_tree_trunk_sideways"] = true
timber_nodenames["moretrees:beech_trunk"] = true