HolOoD

Swim

Feb 15th, 2022 (edited)
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.17 KB | None | 0 0
  1. for c=1, 2, 1 do
  2.     for i=1, 51, 1 do
  3.         turtle.dig()
  4.         turtle.forward()
  5.     end
  6. turtle.turnLeft()
  7. turtle.turnLeft()
  8. turtle.digDown()
  9. turtle.down()
  10. end
Add Comment
Please, Sign In to add comment