Advertisement
DustinRosebery

caneCheck

Oct 1st, 2014
470
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.16 KB | None | 0 0
  1. t = turtle
  2.  
  3. local function caneCheck()
  4.     t.select(1]
  5.     t.getItemCount()
  6.    
  7.     while( caneCheck > 10 ) do
  8.         t.craft(2)
  9.         t.drop(8)
  10.     end
  11. end
  12.    
  13. caneCheck()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement