Color Coded Pipes


Visualize and plan your fluid network with color-coded pipes! Build with red, orange, yellow, green, blue, purple, pink, black, white and special optional colors for each fluid. Includes pipes, pipe-to-grounds, pumps, and storage tanks.

Tweaks
5 days ago
1.1 - 2.0
8.50K
Logistics Fluids

i Craft ground pipes x2 as Vanillia

4 days ago

Hello!

I noticed that when you create a colour ground pipe you only get one piece instead of 2, as is the case in the basic version of the game. I wonder if this is intentional?
If not, I would like to suggest a change to make the recipe the same as in vanilla. In addition to the suggestion, I even have a solution ready :)

In the file data-updates.lua - function: create_colour_overlay_recipe

if base_name == "pipe-to-ground" then
    color_coded_recipe.results = {
        { type = "item", name = new_recipe_name, amount = 2 }
    }
else
    color_coded_recipe.results = {
        { type = "item", name = new_recipe_name, amount = 1 }
    }
end
4 days ago

Oh, thank you. That was not intentional, they’re supposed to be exactly the same as the base game. The recipe format changed a bit in 2.0 and I must have messed it up then when updating. This will be fixed for the next release! Thanks so much :)

New response