Issues with fluid transfer logic.
modmuss50 opened this issue ยท 0 comments
Mod versions: (In dev, but shouldn't matter)
This was tested with the latest techreborn (in dev from git) but should also work with the version from curse.
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.