This repository has been archived by the owner on Jan 24, 2022. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 66
Referance equality problem #49
Comments
The point of a reference hash map (rather than an object hash map) is not to use How does DashLoader break this assumption exactly? |
Dashloader does not get properties like mc does it as it creates new objects for them. And because of this hydrogen cannot return any properties as they are not the same object |
It sounds like an issue that needs to be fixed on DashLoader's end. I recommend trying to inject earlier and trying to make it compatible with #22 |
that has been partly fixed in b691a68 but not fully |
DashLoader cant fix this. Its not a normal mod. It recreates the other mods assets |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
The reference equality issue has not been solved fully as the HydrogenImmutableReferenceHashMap still enforces it. This breaks DashLoader and should prob be fixed by using
.equals
instead of ``==` in the HydrogenImmutableReferenceHashMap.The text was updated successfully, but these errors were encountered: