DrFair

MW T

Mar 20th, 2013
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 KB | None | 0 0
  1. print("I use this mining well.")
  2.  
  3. while true do
  4. if redstone.getInput("back") then
  5. turtle.select(16)
  6. turtle.place()
  7. turtle.select(1)
  8. for i=1,10 do
  9. turtle.dropDown()
  10. os.sleep(1)
  11. end
  12. for i=1,15 do
  13. turtle.select(i)
  14. turtle.dropDown()
  15. os.sleep(0.2)
  16. end
  17. turtle.select(16)
  18. turtle.dropDown()
  19. turtle.dig()
  20. else
  21. os.sleep(1)
  22. end
  23. end
Advertisement
Add Comment
Please, Sign In to add comment