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
Feel free to pop into our discord to chat about integration. I'd much rather devs use our API than mixins to avoid breaking things. I can add more hooks if needed, thanks!
There is also the same exact hooks for fabric with our fabric version of the api.
I am the Journeymap Dev, I looked through your integration. Thanks for adding it.
However, all of what you did with the mixins can be done with the EntityRadarUpdateEvent through our API.
https://github.com/TeamJM/journeymap-api/blob/1.16.5_1.8/src/main/java/journeymap/client/api/event/forge/EntityRadarUpdateEvent.java
examplemod:
https://github.com/TeamJM/journeymap-api/blob/5de6fda29c72992f1b806bb56c7475c727edd84a/src/main/java/example/mod/client/plugin/ForgeEventListener.java#L192
ExampleCode with how Pixelmon updates entity textures:
The text was updated successfully, but these errors were encountered: