forgot to return the modified itemstack on empty rubber trees

This commit is contained in:
Vanessa Ezekowitz 2013-11-08 19:02:47 -05:00
parent 9870e92737
commit 88eb73af90
1 changed files with 1 additions and 0 deletions

View File

@ -394,6 +394,7 @@ minetest.register_node("moretrees:rubber_tree_trunk_empty", {
minetest.rotate_and_place(itemstack, placer, pointed_thing,
moretrees.expect_infinite_stacks, { invert_wall = keys.sneak })
end
return itemstack
end
})