Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- dumpedItems = 0
- for i = 1, 16 do
- itemsInSlot = turtle.getItemCount(i)
- turtle.select(i)
- turtle.dropDown()
- print("Dropped "..itemsInSlot.." items from item slot "..i..".")
- dumpedItems + dumpedItems + itemsInSlot
- end
- print("Dropped a total of "..dumpedItems.." items.")
Add Comment
Please, Sign In to add comment