Module:Data/Led/InOutput

From Evospace
Revision as of 15:50, 24 August 2026 by Evospace (talk | contribs) (Created page with "return { { name = 'Led', machine = 'Hand', input = { {'Circuit', 1}, {'SteelPlate', 1}, {'CopperWire', 2}, }, output = { {'Led', 1}, }, ticks = 60, tier = 2, }, }")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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,
    },
}