mirror of
https://github.com/kepler155c/opus
synced 2025-12-14 20:38:04 +00:00
turtle coords reversed
This commit is contained in:
@@ -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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user