diff --git a/mine/client.lua b/mine/client.lua index ca7b5a6..11740ce 100644 --- a/mine/client.lua +++ b/mine/client.lua @@ -193,11 +193,13 @@ function digShaft() digDeep(turtle.down, noop, noop, depth) turtle.turnLeft() digDeep(turtle.up, noop, noop, depth) + turtle.turnLeft() selectCobble() turtle.up() turtle.placeDown() --turtle.digUp() --turtle.up() + --faceDir(0) end function digTo(x, z) @@ -558,7 +560,7 @@ end function goToJob2(job) jobX, jobZ = iTo2Dcoords(job) -- this does all the magic - updateState({ state = "Going on the job...", morestate = " Jobsite is at ("..tostring(jobX)..", "..tostring(jobZ)..")" }) + updateState({ state = "Going on the job...", morestate = "Jobsite is at ("..tostring(jobX)..", "..tostring(jobZ)..")" }) -- move to hole moveSafe(turtle.forward, turtle.inspect, noop) moveSafe(turtle.forward, turtle.inspect, noop)