Added breaking downwards for moving down.

This commit is contained in:
Harrison Deng 2021-05-07 19:44:03 -05:00
parent b180f85aad
commit 7d41840247

View File

@ -422,6 +422,10 @@ local function quarry(x, y, z, forward, right, pattern)
return return
end end
else else
if not attemptBreakDown(pattern) then
sendLog(FAILED, "Unable to break down.")
return
end
if not attemptMoveDown() then if not attemptMoveDown() then
sendLog(FAILED, "Unable to move further down for quarrying.") sendLog(FAILED, "Unable to move further down for quarrying.")
return return