100Toby1

Untitled

Oct 11th, 2017
37
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.53 KB | None | 0 0
  1.  
  2. -- Place middle
  3. turtle.placeDown()
  4. turtle.turnLeft()
  5.  
  6. -- Place Left side
  7. turtle.forward()
  8. turtle.placeDown()
  9. turtle.forward()
  10. turtle.placeDown()
  11.  
  12. -- Return to center
  13. turtle.turnRight()
  14. turtle.turnRight()
  15. turtle.forward()
  16. turtle.forward()
  17.  
  18. -- Place Right side
  19. turtle.forward()
  20. turtle.placeDown()
  21. turtle.forward()https://pastebin.com/KS4jH01z
  22. turtle.placeDown()
  23.  
  24. -- Return to center
  25. turtle.turnLeft()
  26. turtle.turnLeft()
  27. turtle.forward()
  28. turtle.forward()
  29.  
  30. -- Rotate and move forward
  31. turtle.turnRight()
  32. turtle.forward()
Add Comment
Please, Sign In to add comment