Looking for some hints to improve my sorting system...

  • The FTB Forum is now read-only, and is here as an archive. To participate in our community discussions, please join our Discord! https://ftb.team/discord

darR3Ke

New Member
Jul 29, 2019
68
0
0
Atm i've a sorting systems build with a combination of railpower loaders/unloaders and buildcraft pipes.

I've got a chest cart collecting all the items i want to have sorted with a item loader, once it is full it will run down a track with several item unloaders all with their specific filters. Those unloaders will pull out the items out of my chest cart and drop them in a adjecent chest.

From that chest i pump out the items with a wooden pipe to the final storage area. Atm i have autarchic gates on my pipes to go off when items are in the chests.

The railcart + tracks and unloaders are located one floor below my storage area.

Now to situate the problem. The autarchic gates work fine, but are way too slow, especially when a buckload of cobble is in the systems. So i thought i would replace them with peat-fired engines (or any other kind of engine that isn't redstone) and a normal gate. The engines work fine cause they retrieve larger stacks out of the chests but they seem to connect to the wooden pipe. When i add gates with the condition items in inventory, the gate checks the chest and the engine.

So as long as there is fuel in the engine, they keep on pumping and that is just what i didn't want to happen :p

Anybody know if this is working as intented, and if so how i can resolve this... i figured i could try with electric engines from forestry, cause they dont have any items in their inventory, but i need to implement EU generation then, and i haven't been playing with that kind of power in this world yet.
 
This is possibly a bug or at least an unintended flaw but you can get around it.

Put a cobblestone structure pipe on the bottom of the chest (or any other side for that matter if you prefer) with your 'items in inventory' gate on it and send a red pipe wire signal to another gate that gives your engine the redstone signal, so that the inventory of the peat engine doesn't interfere. Redstone signals from gates also go through blocks as if the blocks were powered by redstone wire so you can transfer a signal through a block to an engine. In this case though I think the wooden pipe would be in the way so you'd have to use the pipe wire method to keep your empty chest detector away from your engine. Make sure you use iron gates or better as the basic gates don't accept red pipe wire.

Hope you solve your problem, sounds like you've got a really cool system going on! :)
 
thnx for the suggestion, that should work...

I'll post some pictures when i get home so everybody can get some ideas how to sort without the heavely missed redpower :p
 
Yeah good idea, I've noticed we get a LOT of thread views here against very few posts so there's obviously a lot of people hunting for info!
 
As promised, my setup atm...

My input chest
ROt7p.png



Feed into my item loader
NMrHP.png


Minecart waiting for items
0m2jH.png


Unloading area
Zj1q3.jpg


Back of the unloading area
y6Jue.jpg


My storage area
uMZ01.png


Atm i am working to get it upgraded with the cobblestone structure pipe idea... i ran into a little problem with all the red pipe wiring connection to each other, but i can hope i can fix that with using different colouring pipe wires. (if that even works, first time working with gates and stuff :p)


Looks like different colour pipe wires dont respond well with iron gates... back to the drawing board >_<
 
Iron gates only allow the use of red pipe wire, Gold allows the use of red and another colour (which I forget which) and Diamond allows all 4 colours to be used.
 
Iron gates only allow the use of red pipe wire, Gold allows the use of red and another colour (which I forget which) and Diamond allows all 4 colours to be used.
Iron can detect Red Pipe Wire
Gold can detect Red and Blue Pipe Wire
Diamond can detect Red, Blue, Yellow, and Green Pipe Wire.
 
I've tried using autarchic gates to trigger on "items in inventory" to get the items out of my apiaries, but they NEVER triggered. Gave up and left some redstone engines attached to a wooden pipe.