AVTMC

escalier

Oct 30th, 2021 (edited)
32
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. for i=0,64 do
  2. turtle.dig()
  3. turtle.forward()
  4. turtle.digUp()
  5. turtle.digDown()
  6. turtle.down()
  7. if not (turtle.detectDown()) then
  8. turtle.select(1)
  9. turtle.placeDown()
  10. end
  11. turtle.turnLeft()
  12. end
Add Comment
Please, Sign In to add comment