Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- x=true
- while x do
- for u = 1,2 do
- for i = 1, 8 do
- turtle.digDown()
- turtle.placeDown()
- turtle.forward()
- end
- turtle.digDown()
- turtle.placeDown()
- turtle.turnRight()
- turtle.forward()
- turtle.turnRight()
- end
- sleep(1800)
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement