SHOW:
|
|
- or go back to the newest paste.
| 1 | local inv = peripheral.wrap("right")
| |
| 2 | ||
| 3 | - | inv.suckSneakyDown(2, 1) |
| 3 | + | local space = false |
| 4 | while true do | |
| 5 | if turtle.getItemCount(1) = 0 then | |
| 6 | turtle.suckDown() | |
| 7 | end | |
| 8 | if not inv.dropUp(19, 1) then | |
| 9 | sleep(2) | |
| 10 | end | |
| 11 | end |