v7.1.0.89 - Mechanical Pipes cannot send fluid into Tinker's Construct casting basins/tables
InvaderAZ opened this issue ยท 5 comments
I had originally created #1712 but wasn't using the latest version, after updating I still have the issue.
Using the latest versions of both Mekanism and Tinkers
MekanismTools-1.7.10-7.1.0.89
MekanismGenerators-1.7.10-7.1.0.89
Mekanism-1.7.10-7.1.0.89
TConstruct_mc1.7.10_1.6.0d39
Mantle_mc1.7.10_0.3.0
Here's a screenshot of what I'm seeing.
http://i.imgur.com/wFko1tC.png
I tried having it pump into the bottom, and a side, etc. but same issue either way.
Can Fluiducts or BuildCraft pipes transfer fluids into them? If not, then it's a bug with TCon.
Fluiducts don't exist for 1.7.10 that I'm aware of and I haven't tried Buildcraft, I just tested the Ender IO Fluid conduits and it works fine there. I can try with Buildcraft next just don't have that installed.
Ok just tried it with a Buildcraft fluid pipe and it also works
See https://github.com/SlimeKnights/TinkersConstruct/blob/master/src/main/java/tconstruct/smeltery/logic/LavaTankLogic.java#L63 and https://github.com/SlimeKnights/TinkersConstruct/blob/master/src/main/java/tconstruct/smeltery/logic/LavaTankLogic.java#L70. Other pipes must be ignoring whether the pipes say they can be filled/drained, we do not. Take this up with the @SlimeKnights if you think it's wrong.