Module:Data/StainlessSteelSorter/InOutput: Difference between revisions

From Evospace
Jump to navigation Jump to search
Created page with "return { { name = 'StainlessSteelSorter', input = { {'StainlessSteelSplitter', 1}, {'Processor', 6}, }, output = { {'StainlessSteelSorter', 1}, }, ticks = 20, tier = 4, }, }"
 
No edit summary
 
Line 2: Line 2:
     {
     {
         name = 'StainlessSteelSorter',
         name = 'StainlessSteelSorter',
        machine = 'Hand',
         input = {
         input = {
             {'StainlessSteelSplitter', 1},
             {'StainlessSteelSplitter', 1},
             {'Processor', 6},
             {'Processor', 3},
         },
         },
         output = {
         output = {

Latest revision as of 10:34, 30 October 2025

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

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