Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- function stacker()
- for i = 4,16 do
- if turtle.getItemCount(i) < 64 then
- for b = 4,16 do
- sel(b)
- if not (b == i) then
- if turtle.compareTo(i) then
- turtle.transferTo(i)
- end
- end
- end
- end
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement