mirror of
https://github.com/kepler155c/opus
synced 2024-12-24 23:50: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)
|
||||
end
|
||||
|
||||
if gotoEx(dx, dz, dy) then
|
||||
if gotoEx(dx, dy, dz) then
|
||||
return true
|
||||
end
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user