diff --git a/mineleader.lua b/mineleader.lua index aa2ad4b..535dbb1 100644 --- a/mineleader.lua +++ b/mineleader.lua @@ -443,8 +443,9 @@ local function quarry(x, y, z, forward, right, pattern) sendLog(FAILED, "Unable to proceed with quarrying.") end end - if not (orient(vector.new(x, 0, 0), forward, right) and attemptMoveForward()) then + if not (orient(vector.new(x, 0, 0), forward, right) and attemptBreakFront(pattern) and attemptMoveForward()) then sendLog(FAILED, "Unable to move to next row.") + return end end end