scanning miner tweaks

This commit is contained in:
kepler155c
2018-11-01 17:13:27 -04:00
parent 93a31994b7
commit fa109c40ed

View File

@@ -455,10 +455,10 @@ local function mineChunk()
if turtle.isAborted() then if turtle.isAborted() then
error('aborted') error('aborted')
end end
status('scanning %d %d-%d', status(string.format('scanning %d %d-%d',
mining.chunkIndex, mining.chunkIndex,
pt.y + mining.home.y - 8, pt.y + mining.home.y - 8,
pt.y + mining.home.y + 8) pt.y + mining.home.y + 8))
turtle.select(1) turtle.select(1)
safeGoto(pt.x, pt.z, pt.y) safeGoto(pt.x, pt.z, pt.y)