Fixed naming of planks

This commit is contained in:
Vanessa Ezekowitz 2013-01-27 13:06:42 -05:00
parent 0e10584a69
commit 5bb78cd60f
1 changed files with 1 additions and 1 deletions

View File

@ -63,7 +63,7 @@ for i in ipairs(trees) do
})
minetest.register_node("moretrees:"..treename.."_planks", {
description = treedesc.." Beech Planks",
description = treedesc.." Planks",
tiles = {"moretrees_"..treename.."_wood.png"},
is_ground_content = true,
groups = {snappy=1,choppy=2,oddly_breakable_by_hand=2,flammable=3,wood=1},