Recipe Transfer "Missing Ingredients" Half-Broken on Dedicated Server
shartte opened this issue ยท 0 comments
When on a dedicated server (Forgecraft), the missing ingredients overlay does not correctly work for recipes where the same ingredient is present multiple times.
Reason: Ingredient
does not implement hashCode
, so our Map<Ingredient, Integer>
counting approach will not work correctly.
In SP it seems to work since Ingredient is potentially interned for shaped recipes (?)