[boskid][2.0.44][modding] fluid_box.max_pipeline_extent ignored when flow_direction="input-output"

This subforum contains all the issues which we already resolved.
User avatar
snouz
Inserter
Inserter
Posts: 42
Joined: Sun Jan 03, 2021 6:01 pm
Contact:

[boskid][2.0.44][modding] fluid_box.max_pipeline_extent ignored when flow_direction="input-output"

Post by snouz »

Hi, I have a modded crafting-machine, it has some fluidboxes. I have a separate fluid category called data, and I'm trying to have the specific pipes be infinite, instead of the default 320.
Every fluidbox I have in the whole mod has max_pipeline_extent = 1000000. When I use the flow_direction "input-output", it forces the rest of the pipe to be 320 tiles maximum, but when it's either input or output, it correctly respects the 1000000 tiles limit.

Code: Select all

      {
        production_type = "input",
        volume = 1000,
        pipe_connections = {{ flow_direction="input-output", direction = defines.direction.north, position = {0, -1}, connection_category = "data"}},
        secondary_draw_orders = { north = -1 },
        max_pipeline_extent = 1000000,
      },
Proof:
04-11-2025, 15-41-58.png
04-11-2025, 15-41-58.png (142.31 KiB) Viewed 507 times
input/output:
04-11-2025, 15-44-29.png
04-11-2025, 15-44-29.png (65.38 KiB) Viewed 507 times
04-11-2025, 15-44-42.png
04-11-2025, 15-44-42.png (50.42 KiB) Viewed 507 times
input
04-11-2025, 17-36-51.png
04-11-2025, 17-36-51.png (67.04 KiB) Viewed 507 times
04-11-2025, 17-37-07.png
04-11-2025, 17-37-07.png (43.11 KiB) Viewed 507 times
output
04-11-2025, 17-37-49.png
04-11-2025, 17-37-49.png (34.67 KiB) Viewed 507 times
04-11-2025, 17-38-02.png
04-11-2025, 17-38-02.png (49.08 KiB) Viewed 507 times
Planet Moshine, GUI Unifier + 17 mods, contributed graphically and otherwise to 70+ mods
User avatar
boskid
Factorio Staff
Factorio Staff
Posts: 3800
Joined: Thu Dec 14, 2017 6:56 pm
Contact:

Re: [2.0.44][modding] fluid_box.max_pipeline_extent ignored when flow_direction="input-output"

Post by boskid »

Thanks for the report. Issue is now fixed for 2.0.45.
04-12-2025, 12-37-29.png
04-12-2025, 12-37-29.png (175.36 KiB) Viewed 461 times
Post Reply

Return to “Resolved Problems and Bugs”