SHOW:
|
|
- or go back to the newest paste.
| 1 | - | print("ch1n0's Auto xp farm enabled.")
|
| 1 | + | |
| 2 | - | print("Place a chest to the left of the turtle for storage.")
|
| 2 | + | |
| 3 | turtle.suck() | |
| 4 | if turtle.getItemCount(16) > 0 then | |
| 5 | for i=1,16 do | |
| 6 | turtle.select(i) | |
| 7 | - | turtle.turnLeft() |
| 7 | + | turtle.dropUp() |
| 8 | end | |
| 9 | turtle.select(1) | |
| 10 | - | turtle.drop() |
| 10 | + | |
| 11 | end |