Skip to content

Commit c151099

Browse files
committedDec 12, 2014
Revert "Adjust the values of dirs1 and dirs2 so that rotate_and_place orients textures correctly"
This reverts commit 9878e8d. See: #1939 and IRC log for discussion
1 parent d3dc88f commit c151099

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

Diff for: ‎builtin/common/misc_helpers.lua

+2-2
Original file line numberDiff line numberDiff line change
@@ -351,8 +351,8 @@ end
351351
--------------------------------------------------------------------------------
352352

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

357357
function core.rotate_and_place(itemstack, placer, pointed_thing,
358358
infinitestacks, orient_flags)

0 commit comments

Comments
 (0)
Please sign in to comment.