Module:Data/SteelConstructor/InOutput: Difference between revisions

From Evospace
Jump to navigation Jump to search
Created page with "return { { name = 'SteelConstructor', input = { {'SteelRobotArm', 1}, {'SteelPlate', 3}, {'SteelParts', 4}, {'Circuit', 2}, }, output = { {'SteelConstructor', 1}, }, ticks = 20, tier = 2, }, }"
 
No edit summary
 
Line 2: Line 2:
     {
     {
         name = 'SteelConstructor',
         name = 'SteelConstructor',
        machine = 'Hand',
         input = {
         input = {
             {'SteelRobotArm', 1},
             {'SteelRobotArm', 1},

Latest revision as of 10:35, 30 October 2025

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

return {
    {
        name = 'SteelConstructor',
        machine = 'Hand',
        input = {
            {'SteelRobotArm', 1},
            {'SteelPlate', 3},
            {'SteelParts', 4},
            {'Circuit', 2},
        },
        output = {
            {'SteelConstructor', 1},
        },
        ticks = 20,
        tier = 2,
    },
}