Videos
I cant seem to find any info on it online
Curious if there is a block in the pack much like SkyFactory had. I see the Cyclic Packager but it's not taking the Ore Pieces and making them the chunks. Is anyone aware of something that can do that in game? Thanks in advance!
So my first real project in my world (Using Direwolf20 1.7.10 pack) is to create a pretty simple sorting and storage system (turned out to be not so simple). I have everything coming into the system through an ender chest. The system then filters into a mainlin (green channel) that sorts out all the cobble, dirt, sand, gravel. Then, goes on to sort all the ore blocks...this all happens in Jabba Barrels. The ore barrels can be extracted on a seperate channel that takes them to a row of sag mills to chop'em up...dust gets sorted into a buffer chest that gets put into allow smelters, which then feed ingots back into the mainline. Ingots, dusts and gems are sorted on the next level...also in barrels. I basically have a barrel...or multiples for each mineral based item. At the end of the line I came up with the brilliant idea of never throwing away anything. I'd just use a *Factorization packager to convert sand, gravel, dirt, and cobble into condensed versions and if needed add a second packager to compress those (compressed, sand, cobble, etc) into double compressed. I'm OCD about not throwing stuff in a trash can...can't be helped.
So here is my problem: Because sand, gravel and dirt all have 2x2 crafting recipes, My system is getting jammed. For the time being I've got an item filter on the input to the packager white listing only cobblestone. Its pretty annoying...and I know there has to be a work around. So I thought I'd ask you guys...you know...the experts. If you had any thoughts on how I can make the BC packager ONLY use the 3x3 crafting recipes.
TLDR: Built my sorting system. Need a way to force a *Factorization packager to use the 3x3 crafting recipes instead of 2x2.
Edit: The Packager is from Factorization not BC