Module:SmelterRecipeDictionary

From Evospace
Revision as of 12:37, 31 July 2025 by Evospace (talk | contribs) (Replaced content with "return { { name = 'CopperPlate', input = { {'CopperDust', 1}, }, output = { {'CopperPlate', 1}, }, ticks = 100, }, { name = 'GoldPlate', input = { {'GoldDust', 1}, }, output = { {'GoldPlate', 1}, }, ticks = 100, }, { name = 'IronPlate', input = { {'IronDust', 1}, },...")
Jump to navigation Jump to search

Documentation for this module may be created at Module:SmelterRecipeDictionary/doc

return {
    {
        name = 'CopperPlate',
        input = {
            {'CopperDust', 1},
        },
        output = {
            {'CopperPlate', 1},
        },
        ticks = 100,
    },
    {
        name = 'GoldPlate',
        input = {
            {'GoldDust', 1},
        },
        output = {
            {'GoldPlate', 1},
        },
        ticks = 100,
    },
    {
        name = 'IronPlate',
        input = {
            {'IronDust', 1},
        },
        output = {
            {'IronPlate', 1},
        },
        ticks = 100,
    },
}