Purification Chamber doesn't consume Oxygen
b0bst3r opened this issue ยท 3 comments
https://github.com/BevoTechPack/BevoTechPack/issues/588
Mekanism-1.7.10-7.1.1.105.jar
If you insert a gas tank with oxygen in a puri chamber it takes the 200 oxygen to fill the buffer and then consumes no more even when processing ores. This is with and without speed/energy upgrades.
Also does the same with Electro Sep.
Oops. This is because I forgot that only 1 per tick is used, so reducing it means none is. I will try to fix this in the foreseeable future
I've changed it to poisson-distribute it's gas use. This allows us to give an arbitrary mean usage and still use an integer number per tick. It does slightly abandon determinism but that's how chemical processes work so I thought that was a reasonable compromise.
I'm testing the changes now.