Module:Data/SteelOven/InOutput

From Evospace
Jump to navigation Jump to search

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

return {
    {
        name = 'SteelOven',
        input = {
            {'BuildingMaterial', 10},
            {'SteelPipe', 10},
        },
        output = {
            {'SteelOven', 1},
        },
        ticks = 20,
        tier = 2,
    },
}