Assigning multiple fluidboxes

Place to ask discuss and request the modding support of Factorio. Don't request mods here.
Gizzmohammer
Inserter
Inserter
Posts: 22
Joined: Wed May 07, 2025 1:55 am
Contact:

Assigning multiple fluidboxes

Post by Gizzmohammer »

Problem:

There is no way for a recipe to manually specify that a fluid should use multiple fluid boxes.
However, manually specifying is the only real option when using connection_category to specify different types of pipes.
(I.e, Automatic fluid box indexing might send plasma through a normal pipe)
This leaves a lot of recipes looking asymmetrical (see attachment)

Request:

An optional array property in FluidIngredientPrototype and FluidProductPrototype to specify additional fluidbox_indexes to assign to this fluid,
OR
An optional property in FluidIngredientPrototype and FluidProductPrototype to specify a connection_category that must match when assigning fluid boxes

Workarounds

Being extremely careful about how crafting machines and recipes are set-up when using connection_category
(or just living with ugly recipes)


Thanks for your time!
09-09-2025, 18-16-30.png
09-09-2025, 18-16-30.png (604.08 KiB) Viewed 120 times
protocol_1903
Filter Inserter
Filter Inserter
Posts: 321
Joined: Fri Sep 09, 2022 4:33 pm
Contact:

Re: Assigning multiple fluidboxes

Post by protocol_1903 »

You might be able to do it in the current implementation by setting just the water fluidbox and leaving the fluidbox index for the other fluid blank. But yeah, a proper way to do it would be nice
If you need to reach me, message me on discord.

I make qol mods. Check them out, maybe.
https://mods.factorio.com/user/protocol_1903
If you have a mod idea, I can look into it.
Gizzmohammer
Inserter
Inserter
Posts: 22
Joined: Wed May 07, 2025 1:55 am
Contact:

Re: Assigning multiple fluidboxes

Post by Gizzmohammer »

protocol_1903 wrote: Wed Sep 10, 2025 5:48 am You might be able to do it in the current implementation by setting just the water fluidbox and leaving the fluidbox index for the other fluid blank.
Unfortunately you can't mix automatic and manual modes, it throws an error
protocol_1903
Filter Inserter
Filter Inserter
Posts: 321
Joined: Fri Sep 09, 2022 4:33 pm
Contact:

Re: Assigning multiple fluidboxes

Post by protocol_1903 »

Gizzmohammer wrote: Thu Sep 11, 2025 2:15 am
protocol_1903 wrote: Wed Sep 10, 2025 5:48 am You might be able to do it in the current implementation by setting just the water fluidbox and leaving the fluidbox index for the other fluid blank.
Unfortunately you can't mix automatic and manual modes, it throws an error
Dang. Strange, but ok
If you need to reach me, message me on discord.

I make qol mods. Check them out, maybe.
https://mods.factorio.com/user/protocol_1903
If you have a mod idea, I can look into it.
Post Reply

Return to “Modding interface requests”