tweaks
This commit is contained in:
@@ -756,7 +756,7 @@ local tasks = {
|
|||||||
{ desc = 'Sleeping', fn = updateClock },
|
{ desc = 'Sleeping', fn = updateClock },
|
||||||
}
|
}
|
||||||
|
|
||||||
--local s, m = turtle.run(function()
|
local s, m = turtle.run(function()
|
||||||
turtle.reset()
|
turtle.reset()
|
||||||
turtle.addFeatures('crafting')
|
turtle.addFeatures('crafting')
|
||||||
turtle.setPolicy("digAttack")
|
turtle.setPolicy("digAttack")
|
||||||
@@ -772,8 +772,8 @@ local tasks = {
|
|||||||
end
|
end
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
--end)
|
end)
|
||||||
|
|
||||||
--if not s then
|
if not s then
|
||||||
-- error(m or 'Failed')
|
error(m or 'Failed')
|
||||||
--end
|
end
|
||||||
|
|||||||
Reference in New Issue
Block a user