Module:AutomaticHammerRecipeDictionary

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:AutomaticHammerRecipeDictionary/doc

return {
    {
        name = 'StoneToGravel',
        input = {
            {'StoneSurface', 1},
        },
        output = {
            {'GravelSurface', 1},
        },
        ticks = 100,
        tier = 1,
    },
}