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
parent 3726bd9bd2
commit 26177b0fc1

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