Module:AutomaticHammerRecipeDictionary: Difference between revisions

From Evospace
Jump to navigation Jump to search
Replaced content with "return { }"
Tags: Replaced Manual revert Reverted
No edit summary
Tag: Manual revert
Line 1: Line 1:
return {
return {
    {
        name = 'StoneToGravel',
        input = {
            {'StoneSurface', 1},
        },
        output = {
            {'GravelSurface', 1},
        },
        ticks = 100,
        tier = 1,
    },
}
}

Revision as of 13:29, 31 July 2025

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

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