You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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
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.The text was updated successfully, but these errors were encountered: