Hier könnte Ihre Werbung stehen
This commit is contained in:
parent
b2fa43410f
commit
c8be939ce7
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user