Wrong EMI Fluid Amounts
Bommels05 opened this issue ยท 0 comments
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.