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
Interesting, i forgot all about this, when i tried to do something similar in Actually Additions, I HAD to make a wrapping object because it didn't function at all because of the same issue lol, how i got away with this in MGU but not AA i do not know...
At least i can just copy the other class i wrote haha.
Hello there,
FluidStack
does not implement equals and/or hashcode.If you try to insert a XP Drain Singulary Tank into Refined Storage, and then try to extract it, the extraction will fail because:
However, if the object identity is not stable due to missing equals and/or hashcode, this extraction for the exact stack will fail.
My suggestion is to use a wrapper object that implements equals/hashcode correctly for the data component.
The text was updated successfully, but these errors were encountered: