Module:Data/CopperVent/InOutput: Difference between revisions

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

Latest revision as of 10:34, 30 October 2025

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

return {
    {
        name = 'CopperVent',
        machine = 'Hand',
        input = {
            {'CopperPipe', 1},
            {'CopperParts', 2},
        },
        output = {
            {'CopperVent', 1},
        },
        ticks = 20,
        tier = 1,
    },
}