Advertisement
samyh89

Untitled

Sep 21st, 2018
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. blokk = turtle.detect()
  2.  
  3. while blokk == false do
  4. turtle.turnRight()
  5.  
  6.  
  7. if blokk == false then
  8. turtle.dig()
  9. turtle.forward()
  10. end
  11.  
  12. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement