updated miner
This commit is contained in:
parent
72419e60b8
commit
92dd4866da
@ -23,14 +23,18 @@ local function digLayer(a)
|
||||
turtle.digDown()
|
||||
turtle.forward()
|
||||
end
|
||||
if i<a then
|
||||
if i%2==0 then
|
||||
turtle.turnRight()
|
||||
turtle.forward()
|
||||
turtle.turnRight()
|
||||
turtle.forward()
|
||||
else
|
||||
turtle.turnLeft()
|
||||
turtle.forward()
|
||||
turtle.turnLeft()
|
||||
turtle.forward()
|
||||
end
|
||||
end
|
||||
end
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user