Skip to content

Commit

Permalink
Revert "Adjust the values of dirs1 and dirs2 so that rotate_and_place…
Browse files Browse the repository at this point in the history
… orients textures correctly"

This reverts commit 9878e8d.

See: #1939 and IRC log for discussion
  • Loading branch information
Zeno- committed Dec 12, 2014
1 parent d3dc88f commit c151099
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions builtin/common/misc_helpers.lua
Expand Up @@ -351,8 +351,8 @@ end
--------------------------------------------------------------------------------

if INIT == "game" then
local dirs1 = {8, 17, 6, 15}
local dirs2 = {22, 21, 20, 23}
local dirs1 = {9, 18, 7, 12}
local dirs2 = {20, 23, 22, 21}

function core.rotate_and_place(itemstack, placer, pointed_thing,
infinitestacks, orient_flags)
Expand Down

0 comments on commit c151099

Please sign in to comment.