I'm trying to get power from a source(Solar Panel), to an input(Machine). However I can't really find a way to get power to transfer through pipes properly. I have a fairly strong understanding of Java and Forge.
What I tried so far is just run a for loop to check for surrounding wires and transfer through the whole pipe system, however that would just create an infinite loop of transferring power between 2 pipes.
Thanks in advance