Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- while true do
- x = 0
- while x < 4 do
- turtle.digDown()
- turtle.dig()
- turtle.forward()
- x = x + 1
- end
- turtle.turnLeft()
- turtle.digDown()
- turtle.dig()
- turtle.forward()
- turtle.turnLeft()
- x = 0
- end
Advertisement
Add Comment
Please, Sign In to add comment