DrPlantabyte / PowerAdvantageAPI

API for Minecraft Forge 1.8 mods that have power systems
GNU Lesser General Public License v3.0
8 stars 2 forks source link

Fluid pipe not interfacing with other mods blocks #9

Closed JCMais closed 8 years ago

JCMais commented 8 years ago

First, this is coming from someone that has 0 knowledge about minecraft modding, right now I'm trying to get a mod that has working pipes for minecraft 1.9. Also, I don't know if the pipes in this mod were even supposed to be used with other mods.

Was testing the pipes in this one, but they are not working to connect a pressure pipes tank with an advanced generator syngas producer, and from what I can see, it's probably because you are not using the respective Forge interface: https://github.com/MinecraftForge/MinecraftForge/blob/master/src/main/java/net/minecraftforge/fluids/IFluidHandler.java

JCMais commented 8 years ago

Sorry, just now found that there is already an issue for that and it's a planned feature. https://github.com/cyanobacterium/PowerAdvantageAPI/issues/6