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