frosty8612

Turtle Lumberjack test

Jun 6th, 2015
304
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.14 KB | None | 0 0
  1. while turtle.detect() do
  2.   turtle.dig()
  3.   turtle.up()
  4. end
  5. while not turtle.detect() and not turtle.detectDown() do
  6.   turtle.down()
  7. end
Advertisement
Add Comment
Please, Sign In to add comment