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