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