[2.0.76] Fluid box energy source makes boiler non flippable

Puke
Inserter
Inserter
Posts: 24
Joined: Mon Jun 13, 2016 7:00 pm
Contact:

[2.0.76] Fluid box energy source makes boiler non flippable

Post by Puke »

Hello,

This seems related to this : viewtopic.php?p=684822).

Setting the field "energy_source" of the base game's heat-exchanger entity like this :

Code: Select all

{
  type = "fluid",
  fluid_usage_per_tick = 100,
  fluid_box = {
    filter = "steam",
    volume = 1,
    pipe_connections = {
      {
        flow_direction = "input",
         direction = defines.direction.south,
          position = {0, 0.5},
           connection_type = "normal",

      }
    }
  }
}
03-01-2026, 09-58-33.png
03-01-2026, 09-58-33.png (149.76 KiB) Viewed 298 times
Makes it non mirrorable.

For context, this new fluidbox's pipe connection is placed at the exact opposite of the "normal output" of the heat exchanger.



I tried the same thing on a square shaped boiler. It was STILL possible to rotate it, but again, not mirror it.
So rotation is possible, but not "flip / mirror".
User avatar
boskid
Factorio Staff
Factorio Staff
Posts: 4435
Joined: Thu Dec 14, 2017 6:56 pm
Contact:

Re: [2.0.76] Fluid box energy source makes boiler non flippable

Post by boskid »

Thanks for the report. I will consider this a duplicate of 131736 which is already fixed for 2.1. Reproduction is verified as fixed.
Post Reply

Return to “Fixed for 2.1”