Advertisement
Guest User

2

a guest
Jul 24th, 2014
216
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.64 KB | None | 0 0
  1. print("Digging a safe Mining Tunnel for you Mistress Muffinity.")
  2. print("Only the best for my Mistress.")
  3.  
  4. for i=1, 20 do
  5.  
  6. turtle.dig()
  7. turtle.forward()
  8. turtle.select(3)
  9. turtle.place(3)
  10. turtle.placeDown(3)
  11. turtle.turnLeft()
  12. turtle.select(3)
  13. turtle.place(3)
  14. turtle.digUp()
  15. turtle.up()
  16. turtle.select(3)
  17. turtle.place(3)
  18. turtle.placeUp(3)
  19. turtle.turnRight()
  20. turtle.turnRight()
  21. turtle.dig()
  22. turtle.forward()
  23. turtle.select(3)
  24. turtle.placeUp(3)
  25. turtle.place(3)
  26. turtle.digDown()
  27. turtle.down()
  28. turtle.select(3)
  29. turtle.placeDown(3)
  30. turtle.place(3)
  31. turtle.turnRight()
  32. turtle.turnRight()
  33. turtle.forward()
  34. turtle.turnRight()
  35.   end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement