Advertisement
ecco7777

turtle tree farmer

Feb 24th, 2015
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.22 KB | None | 0 0
  1. while true do
  2. if turtle.detect() then
  3. turtle.dig()
  4. turtle.forward()
  5. while turtle.detectUp() do
  6. turtle.digUp()
  7. turtle.up()
  8. end
  9. while turtle.detectDown == false do
  10. turtle.down()
  11. end
  12. turtle.back()
  13. end
  14. sleep(5)
  15. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement