Module:Data/Peat/InInput: Difference between revisions

From Evospace
Jump to navigation Jump to search
Created page with "return { { name = 'Peat', input = { {'Peat', 1}, }, output = { }, ticks = 400.0, }, }"
 
No edit summary
 
Line 2: Line 2:
     {
     {
         name = 'Peat',
         name = 'Peat',
        machine = 'Furnace',
         input = {
         input = {
             {'Peat', 1},
             {'Peat', 1},
Line 7: Line 8:
         output = {
         output = {
         },
         },
         ticks = 400.0,
         ticks = 600.0,
     },
     },
}
}

Latest revision as of 10:33, 30 October 2025

Documentation for this module may be created at Module:Data/Peat/InInput/doc

return {
    {
        name = 'Peat',
        machine = 'Furnace',
        input = {
            {'Peat', 1},
        },
        output = {
        },
        ticks = 600.0,
    },
}