[1.10.2] Chemical Dissolution Chamber not outputting slurry.
UnPure opened this issue ยท 2 comments
Hey there.
I'm currently trying to setup ore quintupling. Everything is working fine but there is one problem.
It seems like the Chemical Dissolution Chamber is not outputting the slurry.
I tested every side but its not working with pressurized tubes.
Its not a problem with the tubes itself because its possible to move the slurry from one tank to another with them.
Currently its only possible to empty the Chemical Dissolution Chamber with an empty tank from the GUI.
Is there anything i'm missing? Shouldnt it output from the right through pressurized tubes?
Atleast its accepting Sulfuric Acid from the left.
Screenshots:
http://i.imgur.com/095eSAI.png
http://i.imgur.com/8dmqBrN.png
I can confirm this problem with MC 1.10.2 and I think that there is a pice of code not included.
Reffering this line: https://github.com/aidancbrady/Mekanism/blob/1.10/src/main/java/mekanism/common/tile/TileEntityChemicalDissolutionChamber.java#L441
And this Line from 1.7.10: https://github.com/aidancbrady/Mekanism/blob/1.7.10/src/main/java/mekanism/common/tile/TileEntityChemicalDissolutionChamber.java#L441
So I think if the code will be equal all should be working fine.