Advertisement
rcs2112

Untitled

Nov 10th, 2018
111
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.08 KB | None | 0 0
  1. local blocks = 10
  2. for i = 1,blocks,1 do
  3. turtle.forward()
  4. turtle.dig()
  5. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement