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:
620a799
)
Oops, forgot to return the modified item stack
author
Vanessa Ezekowitz
<vanessaezekowitz@gmail.com>
Fri, 8 Nov 2013 03:06:27 +0000
(22:06 -0500)
committer
Vanessa Ezekowitz
<vanessaezekowitz@gmail.com>
Fri, 8 Nov 2013 03:06:27 +0000
(22:06 -0500)
node_defs.lua
patch
|
blob
|
history
diff --git
a/node_defs.lua
b/node_defs.lua
index a4f13463a494a4d8dc4cc70c287a1193cf2dff43..ff6aead29168884bc2230e283b4fc8fd5b5a88ce 100644
(file)
--- a/
node_defs.lua
+++ b/
node_defs.lua
@@
-47,6
+47,7
@@
for i in ipairs(moretrees.treelist) do
minetest.rotate_and_place(itemstack, placer, pointed_thing,
moretrees.expect_infinite_stacks, { invert_wall = keys.sneak })
end
+ return itemstack
end
})