ConnectorExtras icon indicating copy to clipboard operation
ConnectorExtras copied to clipboard

Wrong EMI Fluid Amounts

Open Bommels05 opened this issue 3 months ago • 0 comments

Describe the bug

Fluid amounts in fabric mod recipes are all times 81 in EMI

Steps to reproduce

  1. Open a recipe from a fabric mod with fluid input/outputs in EMI and hover over the fluid image

Logs

No response

Additional context

When running on fabric EMI divides all fluid amounts by 81 so that they are really in mb and not in droplets. I made a quick fix with a mixin in the FluidEmiStack that throws an Exception and checks if any fabric mods are in the stacktrace and then divides it. There is probably a better solution.

Bommels05 avatar Mar 11 '24 16:03 Bommels05