update homedecor

This commit is contained in:
Vanessa Ezekowitz
2017-02-02 10:26:57 -05:00
parent c3ea59fcd8
commit c699d30823
3 changed files with 3 additions and 2 deletions

View File

@@ -171,7 +171,7 @@ function homedecor.stack_sideways(itemstack, placer, pointed_thing, node1, node2
if not pos then return itemstack end
local fdir = minetest.dir_to_facedir(placer:get_look_dir())
local fdir_transform = dir and homedecor.fdir_to_right or homedecor.dir_to_fwd
local fdir_transform = dir and homedecor.fdir_to_right or homedecor.fdir_to_fwd
local pos2 = { x = pos.x + fdir_transform[fdir+1][1], y=pos.y, z = pos.z + fdir_transform[fdir+1][2] }