Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- for i = 1, 100, do
- if turtle.detect() then
- turtle.dig()
- end
- turtle.forward()
- end
- print("Done")
RAW Paste Data