BuildCraftAPI icon indicating copy to clipboard operation
BuildCraftAPI copied to clipboard

Open up pipe wire managment to allow teleport wires.

Open AlexIIL opened this issue 7 years ago • 0 comments

Specifically to allow some way of telling the IWireManager that two completely seperate pipe wires are connected. Original request by @multiplemonomials for https://github.com/tcooc/AdditionalPipesBC 's teleport pipes functionality.

I'm not sure how this should even work. In theory we could fire pipe events every time that we search for pipe wires, but that sounds expensive. In addition how would we identify connections? Any sanity checks that we might have are going to be wrong, and some of them might currently be necessary for the current implementation.

AlexIIL avatar Dec 26 '17 22:12 AlexIIL