diff options
author | Vanessa Ezekowitz <vanessaezekowitz@gmail.com> | 2017-02-02 10:26:57 -0500 |
---|---|---|
committer | Vanessa Ezekowitz <vanessaezekowitz@gmail.com> | 2017-02-02 10:26:57 -0500 |
commit | c699d3082337bcec6cdf043fa0aa185ae9e0d847 (patch) | |
tree | 9d450ef3a683b9cdc4b1ded04cbfc6a6834673ba /homedecor/handlers | |
parent | c3ea59fcd8adcce2e52fa705228260687593ca85 (diff) | |
download | dreambuilder_modpack-c699d3082337bcec6cdf043fa0aa185ae9e0d847.tar dreambuilder_modpack-c699d3082337bcec6cdf043fa0aa185ae9e0d847.tar.gz dreambuilder_modpack-c699d3082337bcec6cdf043fa0aa185ae9e0d847.tar.bz2 dreambuilder_modpack-c699d3082337bcec6cdf043fa0aa185ae9e0d847.tar.xz dreambuilder_modpack-c699d3082337bcec6cdf043fa0aa185ae9e0d847.zip |
update homedecor
Diffstat (limited to 'homedecor/handlers')
-rw-r--r-- | homedecor/handlers/expansion.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/homedecor/handlers/expansion.lua b/homedecor/handlers/expansion.lua index 705f313..b3e78c8 100644 --- a/homedecor/handlers/expansion.lua +++ b/homedecor/handlers/expansion.lua @@ -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] } |