Module:Data/CopperDust/InInput

From Evospace
Revision as of 20:06, 31 July 2025 by Evospace (talk | contribs) (Created page with "return { { name = 'CopperPlate', input = { {'CopperDust', 10}, }, output = { {'CopperPlate', 10}, }, ticks = 100, tier = 0, }, { name = 'CopperPlate', input = { {'CopperDust', 1}, }, output = { {'CopperPlate', 1}, }, ticks = 100, }, }")
(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/CopperDust/InInput/doc

return {
    {
        name = 'CopperPlate',
        input = {
            {'CopperDust', 10},
        },
        output = {
            {'CopperPlate', 10},
        },
        ticks = 100,
        tier = 0,
    },
    {
        name = 'CopperPlate',
        input = {
            {'CopperDust', 1},
        },
        output = {
            {'CopperPlate', 1},
        },
        ticks = 100,
    },
}