Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local args = {...}
- length = args[1]
- turtle.digDown()
- turtle.down()
- for x=1,length,1 do
- turtle.dig()
- turtle.forward()
- end
- turtle.digUp()
- turtle.up()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement