This commit is contained in:
kepler155c@gmail.com
2019-01-15 18:21:24 -05:00
parent f82ebabc24
commit f2f03b4cd3

View File

@@ -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