Oops, forgot to return the modified item stack

This commit is contained in:
Vanessa Ezekowitz 2013-11-07 22:06:27 -05:00
parent 620a799fb4
commit 9870e92737
1 changed files with 1 additions and 0 deletions

View File

@ -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
})