Guest User

Flint

a guest
Apr 12th, 2013
162
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.18 KB | None | 0 0
  1.  
  2. while true do
  3.   turtle.select(2)
  4.   turtle.place()
  5.   turtle.dig()
  6.   if turtle.getItemCount(2) < 2 then
  7.     turtle.select(3)
  8.     turtle.place()
  9.     turtle.dig()
  10.     end
  11.  end
Advertisement
Add Comment
Please, Sign In to add comment