Module:Data/TitaniumElectrolyzer/InOutput: Difference between revisions

From Evospace
Jump to navigation Jump to search
Created page with "return { { name = 'TitaniumElectrolyzer', input = { {'TitaniumPlate', 3}, {'Coal', 2}, {'CopperConnector', 17}, }, output = { {'TitaniumElectrolyzer', 1}, }, ticks = 20, tier = 5, }, }"
 
No edit summary
 
Line 2: Line 2:
     {
     {
         name = 'TitaniumElectrolyzer',
         name = 'TitaniumElectrolyzer',
        machine = 'Hand',
         input = {
         input = {
             {'TitaniumPlate', 3},
             {'TitaniumPlate', 3},

Latest revision as of 10:35, 30 October 2025

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

return {
    {
        name = 'TitaniumElectrolyzer',
        machine = 'Hand',
        input = {
            {'TitaniumPlate', 3},
            {'Coal', 2},
            {'CopperConnector', 17},
        },
        output = {
            {'TitaniumElectrolyzer', 1},
        },
        ticks = 20,
        tier = 5,
    },
}