Module:Data/NeutroniumOven/InOutput: Difference between revisions

From Evospace
Jump to navigation Jump to search
Created page with "return { { name = 'NeutroniumOven', input = { {'BuildingMaterial', 10}, {'NeutroniumPipe', 10}, }, output = { {'NeutroniumOven', 1}, }, ticks = 20, tier = 7, }, }"
 
No edit summary
 
Line 2: Line 2:
     {
     {
         name = 'NeutroniumOven',
         name = 'NeutroniumOven',
        machine = 'Hand',
         input = {
         input = {
             {'BuildingMaterial', 10},
             {'BuildingMaterial', 10},

Latest revision as of 10:35, 30 October 2025

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

return {
    {
        name = 'NeutroniumOven',
        machine = 'Hand',
        input = {
            {'BuildingMaterial', 10},
            {'NeutroniumPipe', 10},
        },
        output = {
            {'NeutroniumOven', 1},
        },
        ticks = 20,
        tier = 7,
    },
}