projects
/
zefram
/
minetest
/
moretrees.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0e10584
)
Fixed naming of planks
author
Vanessa Ezekowitz
<vanessaezekowitz@gmail.com>
Sun, 27 Jan 2013 18:06:42 +0000
(13:06 -0500)
committer
Vanessa Ezekowitz
<vanessaezekowitz@gmail.com>
Sun, 27 Jan 2013 18:06:42 +0000
(13:06 -0500)
node_defs.lua
patch
|
blob
|
history
diff --git
a/node_defs.lua
b/node_defs.lua
index 0c61f24f707d55d902498908afa6343f88113181..aae0c4bd41afd1b942a5012021971d9812d66c6d 100644
(file)
--- 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},