i think assemblers currently ignore the buffer_capacity value from electric energy_source values.
Code: Select all
It can be seen by setting entity.energy_source =
{
type = "electric",
usage_priority = "secondary-input",
input_flow_limit = "0kW", --just an example, has no influence on buffer_capacity either
buffer_capacity = "750MJ",
}
It seems like the value is calculated on the fly to have a 1 tick buffer based on energy usage.
My request would be to use the specified buffer_capacity instead of the dynamically calculated value, if present.