Module:Data/CompositeLamp/InOutput: Difference between revisions

From Evospace
Jump to navigation Jump to search
Created page with "return { { name = 'CompositeLamp', input = { {'CompositePlate', 2}, }, output = { {'CompositeLamp', 1}, }, ticks = 40, tier = 6, }, }"
 
No edit summary
 
Line 2: Line 2:
     {
     {
         name = 'CompositeLamp',
         name = 'CompositeLamp',
        machine = 'Hand',
         input = {
         input = {
             {'CompositePlate', 2},
             {'CompositePlate', 2},

Latest revision as of 10:35, 30 October 2025

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

return {
    {
        name = 'CompositeLamp',
        machine = 'Hand',
        input = {
            {'CompositePlate', 2},
        },
        output = {
            {'CompositeLamp', 1},
        },
        ticks = 40,
        tier = 6,
    },
}