Module:Data/Led/InOutput

From Evospace
Jump to navigation Jump to search

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

return {
    {
        name = 'Led',
        machine = 'Hand',
        input = {
            {'Circuit', 1},
            {'SteelPlate', 1},
            {'CopperWire', 2},
        },
        output = {
            {'Led', 1},
        },
        ticks = 60,
        tier = 2,
    },
}