Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local tArgs = { ... }
- local l = tonumber(tArgs[1])
- local x = 0
- while x < l do
- turtle.dig()
- turtle.forward()
- x = x + 1
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement