Guest User

grow

a guest
May 9th, 2013
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.15 KB | None | 0 0
  1. r=1
  2. while true do
  3.  if r<16 and turtle.getItemCount(r)<1 then
  4.   r=r+1
  5.   turtle.select(r)
  6.  end
  7.  if turtle.compare(16) then
  8.   turtle.place()
  9.  end
  10. end
Advertisement
Add Comment
Please, Sign In to add comment