Module:Data/CopperAutomaticFarm/InOutput: Difference between revisions

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

Latest revision as of 10:35, 30 October 2025

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

return {
    {
        name = 'CopperAutomaticFarm',
        machine = 'Hand',
        input = {
            {'DirtSurface', 4},
            {'CopperRobotArm', 2},
            {'CopperParts', 4},
        },
        output = {
            {'CopperAutomaticFarm', 1},
        },
        ticks = 20,
        tier = 1,
    },
}