Advertisement
guamie

1turttree

Jul 8th, 2013
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. --secondary tree a
  2.  
  3. rednet.open("right")
  4.  
  5. while true do
  6. if
  7. turtle.detect()
  8. then
  9. sleep(1)
  10. else
  11. turtle.select(1)
  12. turtle.place()
  13. sleep(1)
  14. turtle.select(2)
  15. turtle.place()
  16. end
  17. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement