Module:Data/SteelOreWasher/InOutput

From Evospace
Jump to navigation Jump to search

Documentation for this module may be created at Module:Data/SteelOreWasher/InOutput/doc

return {
    {
        name = 'SteelOreWasher',
        input = {
            {'SteelPlate', 7},
            {'SteelPipe', 2},
            {'SteelParts', 8},
        },
        output = {
            {'SteelOreWasher', 1},
        },
        ticks = 20,
        tier = 2,
    },
}