Module:SmelterRecipeDictionary

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

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

return {
    {
        name = 'Glass',
        input = {
            {'SandSurface', 1},
        },
        output = {
            {'Glass', 1},
        },
        ticks = 100,
    },
}