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