Advertisement
Guest User

quarry3

a guest
Oct 22nd, 2019
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.09 KB | None | 0 0
  1. for i=1, 5 do
  2. if turtle.detect() then turtle.dig() end
  3. turtle.forward()
  4. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement