Added breaking downwards for moving down.
This commit is contained in:
parent
b180f85aad
commit
7d41840247
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user