Advanced Search
Search Results
8 total results found
Box splitters
A box splitter splits the items in the box into non-stackables and the other items are loaded into boxes. The loaders replace the box whenever the item changes, so you end up with lots of boxes with a single item type. And the non-stackables are sent down a se...
Box mergers
A box merger takes in 2 boxes of the same item type and combines them into one or more boxes. It will place the most full box out of the two and unload the least full. What it’s doing is unloading a box into a loader. The loader box will ether get loaded as no...
Box sorting
Box sorting is very powerful especially when used in the correct way but first what is a box sorter? box sorting works by seeing what is in the first slot of a box and taking one item out. It will then send that item and the box into two separate item transpo...
Compactors
A device that uses a single item type and crafts it. Mainly used to compact blocks using the 3x3 grid like: ingots > blocks. You can also have a “2 step compactor” this is a device that craft nuggets > ingots > blocks got example but can also be used for othe...
Uncrafter
The opposite of a compactor, it uncrafts a block back into its item form. Can sometimes also be used for any 1x1 recipes.
Universal Crafter
Can be used to craft any recipe. (sometimes limitations apply, such as not being able to use recipes with an unstackable item in them) Prefilled / Preset Universal CrafterPreset to a fixed recipe that cannot be changed dynamically, but can be set up for most...
Factories
Factories are larger, complete builds that may include a range of crafters to mass-produce either one or multiple different output items. They do not necessarily have to be part of a farm.
Voiders
A system that crafts any items with durability with every inputed item. It will successfully craft if the two items match. And the output is sent directly back into the crafters second slot this is important This works because you input two items and output o...