Module:BoilerRecipeDictionary: 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 = 'Boiler',
         input = {
         input = {
             {'Water', 50},
             {'Water', 50},

Latest revision as of 23:01, 27 January 2026

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

return {
    {
        name = 'Boiling',
        machine = 'Boiler',
        input = {
            {'Water', 50},
        },
        output = {
        },
        ticks = 200,
    },
}