Nothing will go in the overflow chest except what you want, provided the chest is more than 1 block away from the filter. RP tubes will always go the the closest available inventory, they won't split like BC pipes.
thats not the issue. The issue is that the router is jammed and then even PR tubes cannot deliver their goods there
for example you have cobble and dirt and the router is jammed with cobble. Where will the dirt go to now even though there is space in the barell? In the overflow even though there is space for dirt. To overgo that issue you would need 1 router for each barell which is doable but don't think thats a pretty solution
In my example, the filter prevents the router from receiving incorrect items, therefore it doesn't get jammed. To be fair, it might be an issue if the barrel gets filled, but if you keep any kind of eye on it, you could upgrade the barrel or adjust the filter.
The Filter prevents the incorrect items arriving, the Relay prevents jams (the router and the relay will pass back and forth until everything is put away). So the only issue is if the barrel fills, however that's an issue with any finite storage. The upside with barrels is you can just slap an upgrade on the full one, and you're back in business =)how does the filter prevent jams in the router? it just sees "ah dirt and cobble in here" and transfers them to the router. and then the router is stuck on cobble and dirt is getting push further. And thats not the point then if you have to watch all time on the barells. Then overflow chests are meaningless, since you have to look anyways.
The Filter prevents the incorrect items arriving, the Relay prevents jams (the router and the relay will pass back and forth until everything is put away). So the only issue is if the barrel fills, however that's an issue with any finite storage. The upside with barrels is you can just slap an upgrade on the full one, and you're back in business =)
That's not how it works. On the off chance you have a full barrel, the router will toss the item back to the relay, try something else (that will fit), and then go back to the offending item. True, you will have something in an infinite loop until you deal with it, but it will not prevent the other items from reaching their destination. And really, what are you going to put in the storage system that you expect more than 64 stacks of? Cobble? Dirt? Sand? Gravel? Void it, make a separate line for it, or upgrade the barrel from the start. Anything else you should have plenty of time to plan before it becomes an issue.but thats the issue you want to prevent... the cause of one barell filling up which renders all other items not to be able to enter its own barell even though there is still space.
The sorting machine (I assume you mean) will work for a 40 barrel wall, but if you want a smaller wall(or walls) of 9 barrels, you can use a filter instead, just have to have an alternate/overflow line for things not in the filter.But what about stuff that doesnt have a home yet that you just threw in the drop box? Sorry, just saw you have the sorter.... was tryig to do it without the sorter.
That's not how it works. On the off chance you have a full barrel, the router will toss the item back to the relay, try something else (that will fit), and then go back to the offending item. True, you will have something in an infinite loop until you deal with it, but it will not prevent the other items from reaching their destination. And really, what are you going to put in the storage system that you expect more than 64 stacks of? Cobble? Dirt? Sand? Gravel? Void it, make a separate line for it, or upgrade the barrel from the start. Anything else you should have plenty of time to plan before it becomes an issue.
Got a simple simple system I posted in the other thread. THanks all for the ideas
I've read through the thread and I just don't understand how to have the items go through the router, and into the barrels and then into the overflow chest if either A: the barrel is full, or B: it's an unsorted item. As of right now I just have a filter sucking items out of an enderchest, runs into a router and it distributes the items randomly across all my barrels and also into the chest. As someone has mentioned thoroughness upgrade does sound like it would fill the first available machine/barrel it can, before moving on to the next, but that doesn't seem to be the case.
Edit: Ok I'm following bagman's build with the filter/sorting machine/relay, the thing i don't understand is why we need the filter and relay. Can't we just have the sorting machine pump what we need directly to our router?
function checkStuff()
if rs.getInput("front") then
rs.setOutput("back", true)
sleep(0.2)
rs.setOutput("back", false)
end
sleep(0.2)
end
while true do checkStuff() end