Describe the bug
Fluid amounts in fabric mod recipes are all times 81 in EMI
Steps to reproduce
- Open a recipe from a fabric mod with fluid input/outputs in EMI and hover over the fluid

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.
Describe the bug
Fluid amounts in fabric mod recipes are all times 81 in EMI
Steps to reproduce
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
FluidEmiStackthat throws an Exception and checks if any fabric mods are in the stacktrace and then divides it. There is probably a better solution.