Posted April 23, 201411 yr 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
April 23, 201411 yr Check the ForgeDirection the power comes from, and make it so that i can't send it back through that direction. Therefor you can prevent back and front bouncing My mod for futher awesomeness: http://www.minecraftforum.net/topic/1714396-the-decopack-collection-v010-wip-made-a-signature-new-snapshot-1-screenshots-are-up-small-snapshot-1-is-out-for-147/#entry21250399
April 23, 201411 yr Author Check the ForgeDirection the power comes from, and make it so that i can't send it back through that direction. Therefor you can prevent back and front bouncing Oh yeah never really thought of that, thanks.
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.