Applied Energistics 2

Applied Energistics 2

137M Downloads

Incorrect Craft Progress, fluid using 1 Bucket = 81000 Items.

Simba98 opened this issue ยท 1 comments

commented

Describe the bug

When I use the wireless terminal to view cpu progress, the number shows even larger than the bytes of the cpu.

After looking the source code, this is due to one bucket = 81k items.

But the setting makes the progress meaningless, because the fluid will dominant the progress.

For some case, it use 1 bucket = 81k item.

image
image

How to reproduce the bug

Make fluid as output

Expected behavior

Maybe use 1bucket = 1item to balance.

Additional details

No response

Which minecraft version are you using?

1.19

On which mod loaders does it happen?

Fabric

Crash log

NA

commented

I guess this is due to

totalPending += output.amount() * entry.getValue();