From: Vanessa Ezekowitz Date: Sun, 27 Jan 2013 18:06:42 +0000 (-0500) Subject: Fixed naming of planks X-Git-Url: http://81.2.79.47:8989/gitweb/?a=commitdiff_plain;h=5bb78cd60f6e7445d85da136abc8d05fcae0a416;p=zefram%2Fminetest%2Fmoretrees.git Fixed naming of planks --- diff --git a/node_defs.lua b/node_defs.lua index 0c61f24..aae0c4b 100644 --- a/node_defs.lua +++ b/node_defs.lua @@ -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},