Module:Data/CopperSplitter/InOutput: Difference between revisions

From Evospace
Jump to navigation Jump to search
Created page with "return { { name = 'CopperSplitter', input = { {'CopperConveyor', 2}, {'CopperParts', 8}, }, output = { {'CopperSplitter', 1}, }, ticks = 20, tier = 1, }, }"
 
No edit summary
 
Line 2: Line 2:
     {
     {
         name = 'CopperSplitter',
         name = 'CopperSplitter',
        machine = 'Hand',
         input = {
         input = {
             {'CopperConveyor', 2},
             {'CopperConveyor', 2},

Latest revision as of 10:34, 30 October 2025

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

return {
    {
        name = 'CopperSplitter',
        machine = 'Hand',
        input = {
            {'CopperConveyor', 2},
            {'CopperParts', 8},
        },
        output = {
            {'CopperSplitter', 1},
        },
        ticks = 20,
        tier = 1,
    },
}