Advertisement
Kaji2

nether tunneler

Jun 10th, 2013
47
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. --functions
  2.  
  3. local function mining()
  4. turtle.dig()
  5. turtle.digUp()
  6. turtle.forward()
  7. end
  8.  
  9. local function walls()
  10. turtle.turnRight
  11. turtle.place()
  12. turtle.up()
  13. turtle.place()
  14. turtle.turnRight()
  15. turtle.turnRight()
  16. turtle.Place()
  17. turtle.down()
  18. turtle.place()
  19. turtle.turnright()
  20. end
  21.  
  22. --code
  23. for i=1,50 do
  24. walls()
  25. mining()
  26. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement