Heat exchanger tubes not transporting fluid?
joshop opened this issue ยท 5 comments
Heat exchanger tubes appear to not transport fluid at all, whether part of the multiblock or not. When I do something stupid like add a call to pushFluid()
in TileHeatExchangerTube
's update method and recompile the mod, they do transport fluid as expected when set to input spread, but the heat exchanger multiblock still does nothing (the input fluids just zip to the end of the chain of tubes and stay there). Obviously, I don't know how exactly this is supposed to work, but is this a bug or just something that's intentionally not implemented yet?
So the overhaul branch? If so, heat exchangers aren't implemented yet, so that's why it doesn't seem to work correctly in general :P
Any sort of latent functionality is just a hangover from the pre-overhaul version.
This is, to my knowledge, the most recent beta version (I pulled it off this repository and compiled it myself, but I might have gotten the wrong branch or something). To test, I tried setting up a heat exchanger that was just a single line of tubes running down it - the multiblock formed, but no fluid entered any except the first tube. I also tried the same thing but with two lines of tubes in contraflow.