SHOW:
|
|
- or go back to the newest paste.
| 1 | function drop() | |
| 2 | - | turtle.select(1) |
| 2 | + | for i=1, 16 do |
| 3 | - | for 1, 16 do |
| 3 | + | |
| 4 | turtle.dropDown() | |
| 5 | end | |
| 6 | end | |
| 7 | ||
| 8 | while true do | |
| 9 | if not turtle.attack()then | |
| 10 | if turtle.getItemCount(1)>=1 then | |
| 11 | - | if turtle.getItemCount(16)>=1 then |
| 11 | + | |
| 12 | end | |
| 13 | sleep(1) | |
| 14 | end | |
| 15 | end |