Connector Extras

Connector Extras

6M Downloads

Wrong EMI Fluid Amounts

Bommels05 opened this issue ยท 0 comments

commented

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.