Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- i = 0
- while true do
- i = i + 1
- print(i)
- turtle.dig()
- turtle.digDown()
- if i==10 then
- i = 0
- turtle.select(1)
- turtle.placeDown()
- turtle.select(16)
- turtle.refuel()
- end
- turtle.forward()
- end
Advertisement
Add Comment
Please, Sign In to add comment