Matter condenser does not generate energy from fluid.
gjz010 opened this issue ยท 1 comments
Describe the bug
Matter condenser does not generate energy from fluid. However, the fluid piped into the matter condenser is consumed.
How to reproduce the bug
Pipe water into matter condenser in singularity-creation mode.
Expected behavior
The water is consumed, and energy is produced; 8 points of energy are produced for every bucket of water.
Additional details
I suspect this is caused by the code here defining the energy gain and fluid retrieved:
and here:
where the constant AEFluidKey.AMOUNT_BUCKET
(which is 81000L
I think?) appears twice.
Which minecraft version are you using?
1.19
On which mod loaders does it happen?
Fabric
Crash log
Fixed by #6907.