Advertisement
GodNero

Untitled

May 1st, 2014
230
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. --Turtle program to remove
  2. --ender quarry fence
  3. function remove()
  4.  while turtle.detect() do
  5.  turtle.dig()
  6.  sleep (1)
  7.  turtle.forward()
  8.  sleep (1)
  9.  end
  10. end
  11.  
  12. function turn()
  13.  while turtle.detect() false do
  14.  turtle.turnLeft()
  15.  
  16.  
  17. remove()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement