Advertisement
Flame-Soulis

Cow Milker

Aug 2nd, 2013
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.17 KB | None | 0 0
  1. while true do
  2.   turtle.select(1)
  3.  
  4.   if turtle.getItemCount(1) > 1 then
  5.     turtle.placeUp()
  6.     turtle.select(2)
  7.     turtle.dropDown()
  8.   end
  9.  
  10.   os.sleep(5)
  11. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement