BeastmodeJD

Turtle_CheckDestroy

Dec 24th, 2019
111
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. turtle.refuel()
  2. while (true) do
  3. turtle.select(1)
  4. if not (turtle.compare()) then
  5. turtle.dig()
  6. end
  7. turtle.turnRight()
  8. turtle.forward()
  9. turtle.turnLeft()
  10. end
Add Comment
Please, Sign In to add comment