mirror of
https://github.com/kepler155c/opus
synced 2024-12-25 16:10:26 +00:00
turtle coords reversed
This commit is contained in:
parent
6ed8468a65
commit
9ee63da66f
@ -615,7 +615,7 @@ local function gotoMultiTurn(dx, dy, dz)
|
|||||||
turtle.headTowardsZ(dz)
|
turtle.headTowardsZ(dz)
|
||||||
end
|
end
|
||||||
|
|
||||||
if gotoEx(dx, dz, dy) then
|
if gotoEx(dx, dy, dz) then
|
||||||
return true
|
return true
|
||||||
end
|
end
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user