Module:GeneratorRecipeDictionary: Difference between revisions

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

Latest revision as of 23:01, 27 January 2026

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

return {
    {
        name = 'Generating',
        machine = 'Generator',
        input = {
        },
        output = {
        },
        ticks = 200,
    },
}