I have my sorting system all setup but would like to take it to the next level.
As certain items come in, I want some to go directly into their respective barrel, and others to go out for further processing.
For example, I might want a stack of cobblestone to come in, and half half of it go into a barrel as cobble, and half of it to go to a smelter. Then, coming out of the smelter chain I might want some of it to go into barrels as stone, and others into another crafting pipeline to create stone blocks.
What are the strategies available to split things up in this way to send it to different areas of a storage/processing/crafting pipeline?
Thanks!
As certain items come in, I want some to go directly into their respective barrel, and others to go out for further processing.
For example, I might want a stack of cobblestone to come in, and half half of it go into a barrel as cobble, and half of it to go to a smelter. Then, coming out of the smelter chain I might want some of it to go into barrels as stone, and others into another crafting pipeline to create stone blocks.
What are the strategies available to split things up in this way to send it to different areas of a storage/processing/crafting pipeline?
Thanks!