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
3 days ago
1.1 - 2.0
15.2K
Logistics Fluids

b ✅ Recipes can be enabled when they're supposed to be hidden

3 months ago

This is because it deepcopys the base recipe, and that means if a mod enables pipes on the offset, the setting to hide them no longer works.

Something simple like this should fix it

if built_from_base_item then
+    color_coded_recipe.enabled = false
    color_coded_recipe.hidden_in_factoriopedia = true
end
3 months ago

Just realized there is a github link. It's just in the description instead of the mod information

Made a PR for the proposed change here:
https://github.com/jingleheimer-schmidt/color-coded-pipes/pull/25

New response