Applied Energistics 2

Applied Energistics 2

137M Downloads

Matter condensor adds 81k energy for a bucket of water on fabric

cplir-c opened this issue ยท 1 comments

commented

Describe the bug

A Bucket of water delivered through a storage bus to a matter condenser adds 81000 energy rather than 1.

How to reproduce the bug

Place a matter condenser, put a 64k storage component in it, and set it to make singularities.
Put a storage bus on the matter condenser set to insert only.
Wire the storage bus to an ME interface.
Power the subnet.
Dump the water from a bucket of water in the interface (not the bucket itself, that's only 1 energy).
Observe that the matter condenser's energy rose by 81000, the number of droplets in a bucket.

Expected behavior

I expected the matter condenser to eat the bucket of water and get 1 energy from the water rather than 81000.

Additional details

I had been trying to fill the matter condenser with MI (Modern Industrialization) fluid pipes pulling from an Adorn kitchen sink, but the energy in the matter condenser did not rise when I told the fluid pipe by it to push into it. A Create 8 bucket tank filled up instantly from those 20ish fluid pipes I had, but the matter condenser would not accept water from them.

Which minecraft version are you using?

1.19

On which mod loaders does it happen?

Fabric (actually Quilt with Quilted Fabric API)

Crash log

commented

I believe it should be divided by the amount per operation of the AEKeyType (so 125 mb = 1 energy). Whoever tackles this needs to check that storage busses and export busses give the same results (the internal code paths are different).