diff options
author | Vanessa Ezekowitz <vanessaezekowitz@gmail.com> | 2013-01-27 13:06:42 -0500 |
---|---|---|
committer | Vanessa Ezekowitz <vanessaezekowitz@gmail.com> | 2013-01-27 13:06:42 -0500 |
commit | 5bb78cd60f6e7445d85da136abc8d05fcae0a416 (patch) | |
tree | 171aae45806493904e475dcf201824107b6212d1 /node_defs.lua | |
parent | 0e10584a6938d8ad3980d8f51aabb512a1fcd464 (diff) |
Fixed naming of planks
Diffstat (limited to 'node_defs.lua')
-rw-r--r-- | node_defs.lua | 2 |
1 files changed, 1 insertions, 1 deletions
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}, |