Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- while true do
- for i=1,64 do
- turtle.attack()
- sleep(.1)
- end
- for i=1,16 do
- print("dropping items")
- turtle.drop()
- turtle.select(i)
- sleep(.1)
- end
- turtle.select(1)
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement