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