refactor + cleanup

This commit is contained in:
kepler155c
2017-10-27 20:25:16 -04:00
parent 9939c75fc3
commit d97a9d7468
17 changed files with 261 additions and 299 deletions

View File

@@ -70,7 +70,7 @@ local function findObsidian()
if not turtle.gotoPoint(node) then
break
end
until turtle.abort
until turtle.isAborted()
end
turtle.run(function()
@@ -97,7 +97,7 @@ turtle.run(function()
turtle.placeDown()
turtle.down()
turtle.select(1)
until turtle.abort
until turtle.isAborted()
end)
if not s and m then