Module:Data/PyriteOre/InInput

From Evospace
Jump to navigation Jump to search

Documentation for this module may be created at Module:Data/PyriteOre/InInput/doc

return {
    {
        name = 'PyriteOre',
        input = {
            {'PyriteOre', 1},
        },
        output = {
            {'IronPlate', 1},
        },
        ticks = 180,
        tier = 2,
    },
    {
        name = 'HammerPyriteOre',
        input = {
            {'PyriteOre', 1},
        },
        output = {
            {'PyriteOreImpureGravel', 1},
            {'PyriteOreImpureGravel', 1},
        },
        ticks = 100,
        tier = 2,
    },
}