Revert "Adjust the values of dirs1 and dirs2 so that rotate_and_place orients textures correctly"

This reverts commit 9878e8de4fdf232ebb77b396766c339786c01218.

See: https://github.com/minetest/minetest/issues/1939 and IRC log for discussion
This commit is contained in:
Zeno- 2014-12-12 16:21:29 +10:00 committed by Nils Dagsson Moskopp
parent 1adec0e3c5
commit 64bc547162
Signed by: erle
GPG Key ID: A3BC671C35191080
1 changed files with 2 additions and 2 deletions

View File

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