Fix "processFluidItems" sending null fluids and improve
Buuz135 opened this issue ยท 1 comments
There are still some issues with this. Let me know if you want me to open a new issue about this.
First issue, if the machine tries to move less fluid than the cell will accept (it only accepts 1000, and returns 0 otherwise) the cell is moved into the output slot.
Second issue, if there is more than 1000mb in machine all the fluid is used up, even though the cell returns that only 1000mb was used.