You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have the idea of a kind of "buffered transport pipe". I've got a loop where items traveling through until there is a free space in one of the boxes, this makes them traveling round and round for minutes.
The idea is, to add a pipe that collects 6 - 10 items, and send one out every x seconds. maybe every 30 or 60, 120 360 (maybe configurable) and so on and maybe a random one from this small inventory if you switch modes?!
if its full (no more slots left) it kicks out one from inventory and take up the new one (then the timer will be reset)
The text was updated successfully, but these errors were encountered:
I have the idea of a kind of "buffered transport pipe". I've got a loop where items traveling through until there is a free space in one of the boxes, this makes them traveling round and round for minutes.
The idea is, to add a pipe that collects 6 - 10 items, and send one out every x seconds. maybe every 30 or 60, 120 360 (maybe configurable) and so on and maybe a random one from this small inventory if you switch modes?!
if its full (no more slots left) it kicks out one from inventory and take up the new one (then the timer will be reset)
The text was updated successfully, but these errors were encountered: