Advertisement
albin900

LOL

Jul 19th, 2014
204
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.11 KB | None | 0 0
  1. while true do
  2. turtle.turnLeft();
  3. if turtle.detect() == true
  4. turtle.dig();
  5. else
  6. turtle.place();
  7. end
  8. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement