Fix steam assembler scaling with increased energy usage from modules
This commit is contained in:
parent
25b396affc
commit
9cff8c4401
1 changed files with 1 additions and 0 deletions
|
@ -31,6 +31,7 @@ assembling_machine.energy_usage = "25kW"
|
||||||
assembling_machine.energy_source = {
|
assembling_machine.energy_source = {
|
||||||
type = "fluid",
|
type = "fluid",
|
||||||
maximum_temperature = 165,
|
maximum_temperature = 165,
|
||||||
|
scale_fluid_usage = true,
|
||||||
effectivity = 1,
|
effectivity = 1,
|
||||||
emissions_per_minute = { noise = 50 },
|
emissions_per_minute = { noise = 50 },
|
||||||
fluid_box = {
|
fluid_box = {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue