From 7d41840247b2f811bec0490f2fbf800d048345e8 Mon Sep 17 00:00:00 2001 From: Harrison Deng Date: Fri, 7 May 2021 19:44:03 -0500 Subject: [PATCH] Added breaking downwards for moving down. --- mineleader.lua | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/mineleader.lua b/mineleader.lua index cc4a831..450df7a 100644 --- a/mineleader.lua +++ b/mineleader.lua @@ -422,6 +422,10 @@ local function quarry(x, y, z, forward, right, pattern) return end else + if not attemptBreakDown(pattern) then + sendLog(FAILED, "Unable to break down.") + return + end if not attemptMoveDown() then sendLog(FAILED, "Unable to move further down for quarrying.") return