Update
This commit is contained in:
parent
f44f4163a8
commit
ccd433d454
@ -195,6 +195,9 @@ function goToBarrel()
|
|||||||
end
|
end
|
||||||
|
|
||||||
function emptyToBarrel()
|
function emptyToBarrel()
|
||||||
|
for i = 1,16 do
|
||||||
|
turtle.dropDown()
|
||||||
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
spotNum = tonumber(args[1])
|
spotNum = tonumber(args[1])
|
||||||
@ -202,9 +205,7 @@ if spotNum then
|
|||||||
x, z = ithSpot(spotNum)
|
x, z = ithSpot(spotNum)
|
||||||
digTo(x,z)
|
digTo(x,z)
|
||||||
digShaft()
|
digShaft()
|
||||||
--goToSpawn(x, z)
|
goToSpawn(x, z)
|
||||||
--goToBarrel()
|
goToBarrel()
|
||||||
--emptyToBarrel()
|
emptyToBarrel()
|
||||||
end
|
end
|
||||||
--moveSafe(turtle.forward, turtle.inspect, turtle.dig)
|
|
||||||
--moveSafe(turtle.forward, turtle.inspect, turtle.dig)
|
|
||||||
|
Loading…
Reference in New Issue
Block a user