Module:IndustrialBoilerRecipeDictionary: Difference between revisions

From Evospace
Jump to navigation Jump to search
No edit summary
No edit summary
 
Line 2: Line 2:
     {
     {
         name = 'Boiling',
         name = 'Boiling',
        machine = 'IndustrialBoiler',
         input = {
         input = {
             {'Water', 2000},
             {'Water', 2000},

Latest revision as of 23:01, 27 January 2026

Documentation for this module may be created at Module:IndustrialBoilerRecipeDictionary/doc

return {
    {
        name = 'Boiling',
        machine = 'IndustrialBoiler',
        input = {
            {'Water', 2000},
        },
        output = {
        },
        ticks = 200,
    },
}