From f2f03b4cd3403d4eeba6c5b47bb24e24c5899903 Mon Sep 17 00:00:00 2001 From: "kepler155c@gmail.com" Date: Tue, 15 Jan 2019 18:21:24 -0500 Subject: [PATCH] tweaks --- farms/superTreefarm.lua | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/farms/superTreefarm.lua b/farms/superTreefarm.lua index 800eaf3..42c17ad 100644 --- a/farms/superTreefarm.lua +++ b/farms/superTreefarm.lua @@ -756,7 +756,7 @@ local tasks = { { desc = 'Sleeping', fn = updateClock }, } ---local s, m = turtle.run(function() +local s, m = turtle.run(function() turtle.reset() turtle.addFeatures('crafting') turtle.setPolicy("digAttack") @@ -772,8 +772,8 @@ local tasks = { end end end ---end) +end) ---if not s then --- error(m or 'Failed') ---end +if not s then + error(m or 'Failed') +end