Advertisement
leazer245

Untitled

Feb 21st, 2018
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. w = 16
  2. s = 15
  3. k = 14
  4. i = 1
  5. function kop()
  6. turtle.select(s)
  7. if not turtle.compare() then
  8. turtle.dig()
  9. end
  10. end
  11.  
  12. function staw()
  13.  
  14. turtle.select(s)
  15. turtle.place()
  16. end
  17. function main()
  18. while true do
  19. kop()
  20. staw()
  21. end
  22. end
  23. return main()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement