Module:Data/NeutroniumPyrolysisUnit/InOutput: Difference between revisions

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

Latest revision as of 10:34, 30 October 2025

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

return {
    {
        name = 'NeutroniumPyrolysisUnit',
        machine = 'Hand',
        input = {
            {'NeutroniumPlate', 6},
            {'CopperPipe', 20},
            {'ModularFrame', 2},
        },
        output = {
            {'NeutroniumPyrolysisUnit', 1},
        },
        ticks = 20,
        tier = 7,
    },
}