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
Java's built in `IdentityHashMap` compares both keys and values by identity. That breaks mods that recreate the recipe ID for their EMI displays.
I fixed it by using a FastUtil `Reference2ObjectOpenHashMap` instead.
0 commit comments