Advertisement
colhaydutu

Untitled

Oct 18th, 2024 (edited)
47
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. while true do
  2. turtle.suck()
  3. for slot = 1, 16 do
  4. local itemCount = turtle.getItemCount(slot)
  5. if itemCount > 0 then
  6. turtle.select(slot)
  7. end
  8. end
  9.  
  10. turtle.dropDown()
  11. end
  12.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement