xavierlebel

Untitled

Mar 18th, 2014
116
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. while true do
  2. turtle.select(16)
  3. if turtle.compare() == true then
  4. turtle.select(1)
  5. turtle.dig()
  6. turtle.dropDown()
  7. turtle.suckDown()
  8. turtle.place()
  9. sleep(0.1)
  10. else
  11. turtle.select(1)
  12. turtle.place()
  13. turtle.dig()
  14. sleep(0.1)
  15. end
  16. end
Advertisement
Add Comment
Please, Sign In to add comment