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:
bf4d492
)
Fixed missing facedir on horizontal trunks
author
Vanessa Ezekowitz
<vanessaezekowitz@gmail.com>
Mon, 11 Feb 2013 04:10:35 +0000
(23:10 -0500)
committer
Vanessa Ezekowitz
<vanessaezekowitz@gmail.com>
Mon, 11 Feb 2013 04:10:35 +0000
(23:10 -0500)
node_defs.lua
patch
|
blob
|
history
diff --git
a/node_defs.lua
b/node_defs.lua
index 11761d11c865141a6faf1f5ac8f0ac748865f956..84eac02cfcac59e5cdc91c9bb6c50b6e7f415bda 100644
(file)
--- a/
node_defs.lua
+++ b/
node_defs.lua
@@
-60,6
+60,7
@@
for i in ipairs(trees) do
is_ground_content = true,
groups = {tree=1,snappy=1,choppy=2,oddly_breakable_by_hand=1,flammable=2},
sounds = default.node_sound_wood_defaults(),
+ paramtype2 = "facedir",
})
minetest.register_node("moretrees:"..treename.."_planks", {