Module:Data/CopperConnector/InOutput: Difference between revisions

From Evospace
Jump to navigation Jump to search
Created page with "return { { name = 'CopperConnector', input = { {'CopperWire', 1}, }, output = { {'CopperConnector', 1}, }, ticks = 5, tier = 0, }, }"
 
No edit summary
 
Line 2: Line 2:
     {
     {
         name = 'CopperConnector',
         name = 'CopperConnector',
        machine = 'Hand',
         input = {
         input = {
             {'CopperWire', 1},
             {'CopperWire', 1},

Latest revision as of 10:34, 30 October 2025

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

return {
    {
        name = 'CopperConnector',
        machine = 'Hand',
        input = {
            {'CopperWire', 1},
        },
        output = {
            {'CopperConnector', 1},
        },
        ticks = 5,
        tier = 0,
    },
}