Module:Data/StainlessSteelSorter/InOutput

From Evospace
Jump to navigation Jump to search

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

return {
    {
        name = 'StainlessSteelSorter',
        input = {
            {'StainlessSteelSplitter', 1},
            {'Processor', 6},
        },
        output = {
            {'StainlessSteelSorter', 1},
        },
        ticks = 20,
        tier = 4,
    },
}