Boiler recipe: one water to 10 steam
Posted: Fri Oct 04, 2019 8:45 am
Is it possible to add to the boiler prototype the result_amount?
The fluids by boilers are defined just with names, but without amounts, so it will be always 1:1 proportion between input and output fluids:
The fluids by boilers are defined just with names, but without amounts, so it will be always 1:1 proportion between input and output fluids:
Code: Select all
data.raw.boiler.boiler.fluid_box.production_type = "input-output"
data.raw.boiler.boiler.fluid_box.filter = "water"
data.raw.boiler.boiler.output_fluid_box.production_type = "output"
data.raw.boiler.boiler.output_fluid_box.filter = "steam"