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