Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- function dropInventory()
- for i=1,16 do
- turtle.select(i)
- turtle.dropUp()
- end
- end
- while true do
- turtle.attack()
- turtle.suck()
- dropInventory()
- sleep(.5)
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement