Advertisement
turtle5204

SheepBot 2

Apr 14th, 2015
237
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.41 KB | None | 0 0
  1. --SHEEP.
  2. local i=1
  3. local bg = 0
  4. local b = bg
  5. --local bg = false
  6. while true do
  7. turtle.select(i)
  8. turtle.forward()
  9. if bg == 100 then
  10. bg = 0
  11. turtle.turnLeft()
  12. turtle.turnLeft()
  13.  
  14. end
  15. if turtle.getItemCount(i) < 1 then
  16. i = i+1
  17. end
  18. turtle.place()
  19. turtle.place()
  20. turtle.place()
  21. turtle.place()
  22. os.queueEvent("")
  23. coroutine.yield()
  24. b=b+1
  25. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement