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