Module:Data/ReflectorCell/InOutput: Difference between revisions

From Evospace
Jump to navigation Jump to search
Created page with "return { { name = 'ReflectorCell', input = { {'Cell', 1}, {'BerylliumDust', 3}, }, output = { {'ReflectorCell', 1}, }, ticks = 100, }, }"
 
No edit summary
 
Line 2: Line 2:
     {
     {
         name = 'ReflectorCell',
         name = 'ReflectorCell',
        machine = 'Hand',
         input = {
         input = {
             {'Cell', 1},
             {'Cell', 1},

Latest revision as of 10:37, 30 October 2025

Documentation for this module may be created at Module:Data/ReflectorCell/InOutput/doc

return {
    {
        name = 'ReflectorCell',
        machine = 'Hand',
        input = {
            {'Cell', 1},
            {'BerylliumDust', 3},
        },
        output = {
            {'ReflectorCell', 1},
        },
        ticks = 100,
    },
}