mirror of
https://github.com/kepler155c/opus
synced 2025-11-26 12:04:52 +00:00
treefarm + turtle improvements + cleanup
This commit is contained in:
@@ -23,7 +23,7 @@ turtle.run(function()
|
||||
error('turtle: No GPS response')
|
||||
end
|
||||
|
||||
if not turtle.pathfind(pt, nil, 64) then
|
||||
if not turtle.pathfind(pt) then
|
||||
error('Unable to go to location')
|
||||
end
|
||||
end)
|
||||
|
||||
Reference in New Issue
Block a user