-
Notifications
You must be signed in to change notification settings - Fork 5
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
Merge JAR process doesn't update mixin refmap JSON files? #31
Comments
What are you using |
I am using additionalRelocate for relocating Forge and Fabric-side code into their corresponding folders and it just so happens that the mixins are within those folders. |
@Kitteh6660 |
Just to be specific, the refmap JSON file. The JSON file below was manually done by hand because otherwise, Forge mixin refmap will try to refer to the wrong location and thus crashes the game. As a result, updating Mixin class files can be a bit tedious process. Which thankfully, am planning to ditch Forge entirely in 1.21. |
For some reason, if I merge JAR files, and when I compare Mixin refmaps, I've noticed that it does not automatically update the refmap if I use additional relocate. That means if the mod has Mixins, it will crash.
Particularly, this would happen on Fabric and Forge because they need to have refmap that is bundled with JAR file.
I'm using Forgix 1.2.9 if that helps.
The text was updated successfully, but these errors were encountered: