Module:Data/SteelConveyor/InInput

From Evospace
Jump to navigation Jump to search

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

return {
    {
        name = 'SteelSplitter',
        input = {
            {'SteelConveyor', 2},
            {'SteelParts', 8},
        },
        output = {
            {'SteelSplitter', 1},
        },
        ticks = 20,
        tier = 2,
    },
}