Module:SolarPanelRecipeDictionary: Difference between revisions

From Evospace
Jump to navigation Jump to search
No edit summary
No edit summary
 
Line 2: Line 2:
     {
     {
         name = 'Working',
         name = 'Working',
        machine = 'SolarPanel',
         input = {
         input = {
         },
         },

Latest revision as of 23:01, 27 January 2026

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

return {
    {
        name = 'Working',
        machine = 'SolarPanel',
        input = {
        },
        output = {
        },
        ticks = 60,
    },
}