Advertisement
Guest User

quarry_frame

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