Module:Data/CompositeSorter/InOutput

From Evospace
Jump to navigation Jump to search

Documentation for this module may be created at Module:Data/CompositeSorter/InOutput/doc

return {
    {
        name = 'CompositeSorter',
        input = {
            {'CompositeSplitter', 1},
            {'QuantumProcessor', 6},
        },
        output = {
            {'CompositeSorter', 1},
        },
        ticks = 20,
        tier = 6,
    },
}