1
0
mirror of https://github.com/mt-mods/moretrees.git synced 2024-11-10 12:20:31 +01:00

Fixed naming of planks

This commit is contained in:
Vanessa Ezekowitz 2013-01-27 13:06:42 -05:00
parent 0e10584a69
commit 5bb78cd60f

View File

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