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