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