ethan_cai1786

bridger4left

Dec 31st, 2020 (edited)
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. turtle.select(16)
  2. turtle.refuel()
  3. turtle.select(1)
  4. while true do
  5. turtle.turnLeft()
  6. turtle.forward()
  7. turtle.up()
  8. turtle.placeUp()
  9. turtle.down()
  10. turtle.back()
  11. turtle.turnLeft()
  12. turtle.place()
  13. turtle.turnLeft()
  14. turtle.turnLeft()
  15. turtle.dig()
  16. turtle.forward()
  17. end
Add Comment
Please, Sign In to add comment