From c8be939ce716bb5520967cdb1e181d2b5a1b8d87 Mon Sep 17 00:00:00 2001 From: Dominic Zimmer Date: Tue, 7 Jul 2020 14:54:33 +0200 Subject: [PATCH] =?UTF-8?q?Hier=20k=C3=B6nnte=20Ihre=20Werbung=20stehen?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- mine/client.lua | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/mine/client.lua b/mine/client.lua index 2c921c2..46ced20 100644 --- a/mine/client.lua +++ b/mine/client.lua @@ -571,15 +571,14 @@ function goToJob2(job) moveSafe(turtle.down, turtle.inspectDown, turtle.digDown) moveSafe(turtle.up, turtle.inspectUp, turtle.digUp) moveSafe(turtle.up, turtle.inspectUp, turtle.digUp) - goToCoordXZ2(8, -6, noop) + goToCoordXZ2(7, -6, noop) moveSafe(turtle.up, turtle.inspectUp, turtle.digUp) slot = math.ceil(math.random()*5) - slots = { {8,-6}, {8, -7}, {8, -8}, {8,-5}, {8,-4} } + slots = { {7,-6}, {7, -7}, {7, -8}, {7,-5}, {7,-4} } storageX, storageZ = slots[slot][1], slots[slot][2] goToCoordXZ2(storageX, storageZ, noop) moveSafe(turtle.up, turtle.inspectUp, turtle.digUp) - moveSafe(turtle.up, turtle.inspectUp, turtle.digUp) faceDir(2) moveSafe(turtle.forward, turtle.inspect, noop) moveSafe(turtle.forward, turtle.inspect, noop)