summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--node_defs.lua2
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},