ethan_cai1786

bridger4right

Dec 31st, 2020
63
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.turnLeft()
  7. turtle.place()
  8. turtle.turnLeft()
  9. turtle.forward()
  10. turtle.up()
  11. turtle.placeUp()
  12. turtle.down()
  13. turtle.back()
  14. turtle.turnLeft()
  15. turtle.dig()
  16. turtle.forward()
  17. end
Advertisement
Add Comment
Please, Sign In to add comment