Module:FurnaceRecipeDictionary

From Evospace
Revision as of 12:22, 31 July 2025 by Evospace (talk | contribs)
Jump to navigation Jump to search

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

return {
    {
        name = 'Peat',
        ingredients = {
            {'Peat', 1},
        },
        results = {
        },
        time = 400.0,
    },
    {
        name = 'Coal',
        ingredients = {
            {'Coal', 1},
        },
        results = {
        },
        time = 800.0,
    },
    {
        name = 'Coke',
        ingredients = {
            {'Coke', 1},
        },
        results = {
        },
        time = 1200.0,
    },
    {
        name = 'Organics',
        ingredients = {
            {'Organics', 1},
        },
        results = {
        },
        time = 60.0,
    },
    {
        name = 'Log',
        ingredients = {
            {'Log', 1},
        },
        results = {
        },
        time = 500.0,
    },
}