I am making a industrial mod to minecraft, and I don't know if my machines could work with kinesis pipes (or any other power source). My machines will be powered by mj. But how can I link BuildCraft or any other mod to my mod, so I can use their power sources to my machines?
0
votes
2 Answers
0
votes
To really link with any mod, you can just add it to your build path/dependencies and then do imports like any other class with your IDE.
It's also a good idea to look at its source code so you actually know what to do via decompiling it. A good website for this is http://javadecompilers.com