Advertisement
Spatzenhirn123

Lavasee - Obsidian Miner

May 29th, 2016
115
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.16 KB | None | 0 0
  1. local args = {...}
  2. length = args[1]
  3.  
  4. turtle.digDown()
  5. turtle.down()
  6. for x=1,length,1 do
  7.     turtle.dig()
  8.     turtle.forward()
  9. end
  10. turtle.digUp()
  11. turtle.up()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement