Module:Data/CompositeOven/InOutput

From Evospace
Jump to navigation Jump to search

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

return {
    {
        name = 'CompositeOven',
        input = {
            {'BuildingMaterial', 10},
            {'CompositePipe', 10},
        },
        output = {
            {'CompositeOven', 1},
        },
        ticks = 20,
        tier = 6,
    },
}