Advertisement
Samvbnm

fell

Feb 26th, 2015
192
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. local args = {...}
  2. for i = 1,args[1] do
  3. turtle.dig()
  4. turtle.digUp()
  5. turtle.up()
  6. end
  7. for y=1,args[1] do
  8. turtle.down()
  9. end
  10. function chest()
  11. turtle.turnRight()
  12. turtle.turnRight()
  13. turtle.drop()
  14. turtle.turnLeft()
  15. turtle.turnLeft()
  16. end
  17. chest()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement