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