-
-
Notifications
You must be signed in to change notification settings - Fork 210
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conflict between SpongeForge and Infernal Expansion #3657
Comments
For some extra context, this issue is encountered after running a build of #3656, which works around an issue with Infernal Expansion's additions to the MobCategory enum. The relevant Mixin on IE's side: https://github.com/infernalexp/Infernal-Expansion/blob/8d518702601726506b01dd7624c28cd1725f6736/src/main/java/org/infernalstudios/infernalexp/mixin/common/MixinPlayerInteractionManager.java#L36 On our side: Line 95 in 4a026b6
The injection point IE uses is still present in our overwrite -- would a possible solution be to adjust the priority of our mixin sets to allow IE's injection to occur on top of our overwrite? |
Opened a PR to test it out: #3658 Give this build a try: https://github.com/SpongePowered/Sponge/suites/5780075464/artifacts/192657304 |
Is there a working spongeforge version for this? |
Hey! You seem to be running an unsupported version (API 8) of SpongeAPI. Support for API 8 ended in October 2023. API-8 is now end-of-life. We will not be issuing any more API updates for version 8 of our API1 As part of our legacy cleanup we are closing issues relating to API8/1.16 If you wish to move this forward, please try to reproduce the issue on a supported version of Sponge. Footnotes |
Affected Product(s)
SpongeForge
Version
1.16.5-36.2.5-8.0.0-RC1100
Operating System
Linux
Java Version
openjdk version "1.8.0_312"
Plugins/Mods
Describe the bug
Link to logs
No response
The text was updated successfully, but these errors were encountered: