Flow86 / Additional-Buildcraft-Objects-Mod

This mod adds additional Pipes and Items to Buildcraft
http://www.minecraftforum.net/index.php?app=forums&module=forums&section=findpost&pid=8920844
44 stars 21 forks source link

Buffered Transport Pipe #48

Open Nightreaver opened 11 years ago

Nightreaver commented 11 years ago

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)

GnomesStalkChildren commented 11 years ago

i like

Flow86 commented 11 years ago

yes I like that idea too :+1:

I'll look into it

uberblah commented 10 years ago

IMPORTANT: It would be really nice to see it use a FIFO setup. This would allow packets whose ordering is important to maintain ordering.

da3dsoul commented 10 years ago

All of the above is possible, and I really like the idea. I'll probably make it in the next week.