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