Hi devs!
Is it possible to add the prototype flag that the boiler must be like the old one?
The old boiler doesn't achieve the end temperature in the one step, but the water/steam will be every boiler just some hotter than before.
Reference mod: https://mods.factorio.com/mod/SteamReheaters
Old boilers
Old boilers
Last edited by darkfrei on Sat Jul 11, 2020 8:44 am, edited 1 time in total.
Re: Old boilers
Yes, it's possible ... for now.
https://wiki.factorio.com/Prototype/Boiler#mode
https://wiki.factorio.com/Prototype/Boiler#mode
Re: Old boilers
Thanks, the codeposila wrote: ↑Sat Jul 11, 2020 8:42 am Yes, it's possible ... for now.
https://wiki.factorio.com/Prototype/Boiler#mode
Code: Select all
mode = "heat-water-inside",
Code: Select all
output_fluid_box =
{
base_area = 1,
height = 2,
base_level = 1,
pipe_covers = pipecoverspictures(),
pipe_connections =
{
{type = "output", position = {0, -1.5}}
},
production_type = "output",
filter = "steam"
},