Advertisement
Guest User

treefarm

a guest
May 27th, 2015
255
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.28 KB | None | 0 0
  1. for num=1,64 do
  2.  turtle.select(1)
  3.  turtle.place()
  4.  turtle.select(2)
  5.  do sleep 0.5
  6.  turtle.place()
  7.  turtle.dig()
  8.  turtle.forward()
  9. while turtle.detectUp() do
  10.  turtle.digUp()
  11.  turtle.up()
  12.  end
  13. while turtle.detectDown()==false do
  14.  turtle.down()
  15.  end
  16.  turtle.back()
  17.  end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement