Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- while true do
- turtle.suck()
- for slot = 1, 16 do
- local itemCount = turtle.getItemCount(slot)
- if itemCount > 0 then
- turtle.select(slot)
- end
- end
- turtle.dropDown()
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement