Advanced Generators Duping Gases
NielsPilgaard opened this issue ยท 1 comments
When Gas is inserted into the Gas Input, the Gas Input ignores the senders doTransfer
parameter, resulting in the duping of the input gas.
I reported the gas dupe issue on Mekanism's issue tracker and they believe they found the cause:
It seems they are implementing handling for our gas incorrectly. In this line they are always inserting the gas as a fluid into their machines if they can. This is a mistake, as they are entirely ignoring our
doTransfer
parameter which is used for simulation.
So in essence what they are doing, when we ask their tile to simulate inserting gas (so we can see how much would fit and calculation an even distribution), they are just ignoring the fact it is a simulation, and increasing their contents regardless.
Versions
- bdlib-1.14.3.12-mc1.12.2
- generators-0.9.20.12-mc1.12.2
- Forge 1.12.2-14.23.5.2847