Advertisement
lemarwin

Untitled

Jun 13th, 2023 (edited)
42
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. local tArgs = { ... }
  2. local l = tonumber(tArgs[1])
  3. local x = 0
  4. while x < l do
  5. turtle.dig()
  6. turtle.forward()
  7. x = x + 1
  8. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement