Module:Data/CopperDust/InInput: Difference between revisions

From Evospace
Jump to navigation Jump to search
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, }, }"
 
(No difference)

Latest revision as of 20:06, 31 July 2025

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,
    },
}