Advertisement
ravensniper72

CobbleGen Turtle

Dec 12th, 2020
28
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.11 KB | None | 0 0
  1. x = "64"
  2.  
  3. while true do
  4.  
  5. if turtle.detect() == true then
  6.  
  7. turtle.dig()
  8.  
  9. else
  10.  
  11. turtle.dropUp()
  12.  
  13. end
  14. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement