cleanup + monitorManager

This commit is contained in:
kepler155c
2017-09-21 01:42:56 -04:00
parent 4116e046d1
commit f0f8ba0729
9 changed files with 610 additions and 188 deletions

View File

@@ -610,7 +610,7 @@ local function findGround()
error('lost')
end
if b == TORCH or b == FURNACE then
if b == TORCH or DIG_BLACKLIST[block.name] then
turtle.forward()
else
turtle.digDown()