Geez I barely try to start making a mod and I must deal with with many problem from the start :/ I know that via lua we can do practically everything but there's a costs, costs of memory usage. The think what I want to do is simillar or even the same as in Yuoki industries: Add mechanical power to the game as a fluid. Because I think fluid is the best option to do thinks like that.
But if I add mechanical power and even all infrastructure like tansmission shafts or other things like that, then they will connect with existing pipes from vanilla what will looks ugly in my opinion. But the problem is greater, cuz normal pipe can also transfer mechanical power (as a fluid) so using it's no sense to use mechanical infrastructure if it will be more expensive in crafting than normal pipe from vanilla.
I searching in modding wiki and I found something like "Minimum" and "Maximum" fluid temperature that can be transfered through pipe, and a "filter", that allow to transfer specific fluids via fluid_box. Also there is a fluid "Minimum" and "Maximum" temperature, that we can determine while creating new fluid, so I had an Idea to create "mechanical" pipe that can transfer filtered fluid "mechanical_power" and even set this pipe temperature compartment to 1 or other numbers that isn't used by vanilla fluids. But vanilla pipe can still transfer this mechanical power, so then I must edit existing vanilla pipes and fluids to set them temperature compartment that can't be matched with temperature of "mechanical_power". BUT... even if I do this my mechanical pipes and vanilla pipes will still connect to each other, and if I put my mechanical power through my mechanical pipe while them will be connect to vanilla pipes then we propably get a crash

.
So in short, what I want to do:
- add fluid called "mechanical_power",
- add infrastructure (as fluid boxes) to transfer only mechanical power,
- prevent mechanical infrastructure to transfer other fluids,
- prevent to connect mechanical infrastructure with vanilla or other pipes that I want to add in future,
- prevent to transfer mechanical power through vanilla or other pipes I will add in future.
I think it's all.
Even I try to seek solve in other mods that adds new types of pipes with hope that here I find a solution or any sign on which way to go, but the problem problem stil exists. So maybe theres no way to solve it without complicated script that use a lot of memory :/
Anyway thanks all for response. Maybe someday I find a good method to solve this problem. But if someone will solve this problem I will be grateful for any help
