I’m building a very standard 1.21 bedrock item sorter/storage system, but am running into trouble with overflow; it works ofc where there’s 40 named items and 5 unnamed items of your choice to be sorted

Sometimes, after all the hoppers flowing into the chests fill up, the top hopper used for sorting starts to overflow (even though I have storage for overflow items and multiple columns for every block, more than enough) and it breaks the system, letting any type of block flow into the first column that breaks

I’m not totally sure if I did right identifying the problem but the solution I had was to run an extra row of hoppers (in green in the first pic) beneath the final row flowing towards the chests, but now all items go straight into that overflow section instead of checking if they can go into the hoppers for the chests (red) first.

Is there any way I could stop this from happening? Or if someone else has had a similar problem, what was the solution?

by tt331517

Leave A Reply