From ccd433d454d46654303b313baba69f8a6bafee34 Mon Sep 17 00:00:00 2001 From: Dominic Zimmer Date: Sat, 4 Jul 2020 15:56:39 +0200 Subject: [PATCH] Update --- dominic/canemine.lua | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/dominic/canemine.lua b/dominic/canemine.lua index e6f97d1..d89c837 100644 --- a/dominic/canemine.lua +++ b/dominic/canemine.lua @@ -195,6 +195,9 @@ function goToBarrel() end function emptyToBarrel() + for i = 1,16 do + turtle.dropDown() + end end spotNum = tonumber(args[1]) @@ -202,9 +205,7 @@ if spotNum then x, z = ithSpot(spotNum) digTo(x,z) digShaft() - --goToSpawn(x, z) - --goToBarrel() - --emptyToBarrel() + goToSpawn(x, z) + goToBarrel() + emptyToBarrel() end ---moveSafe(turtle.forward, turtle.inspect, turtle.dig) ---moveSafe(turtle.forward, turtle.inspect, turtle.dig)