Advertisement
Guest User

wither

a guest
Mar 31st, 2020
111
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.39 KB | None | 0 0
  1. turtle.refuel()
  2. turtle.select(2)
  3. turtle.place()
  4. turtle.select(3)
  5. turtle.placeUp()
  6. turtle.turnRight()
  7. turtle.forward()
  8. turtle.turnLeft()
  9. turtle.select(2)
  10. turtle.place()
  11. turtle.placeDown()
  12. turtle.select(3)
  13. turtle.placeUp()
  14. turtle.turnRight()
  15. turtle.forward()
  16. turtle.turnLeft()
  17. turtle.select(2)
  18. turtle.place()
  19. turtle.select(3)
  20. turtle.turnLeft()
  21. turtle.turnRight()
  22. turtle.forward(5)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement