-
Notifications
You must be signed in to change notification settings - Fork 40
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
Automatic module name computation has weird behavior #77
Comments
Yes, the JDK definitely handles this differently, here's the output of jar --describe-module
|
From local testing, it seems the problem is in securejarhandler/src/main/java/cpw/mods/jarhandling/JarMetadata.java Lines 104 to 112 in 8382e57
As you can see, the Changing the line to |
I have a rewritten version of this in the startup experiments, I believe. |
File name:
mixinextras-neoforge-0.5.0-beta.3.jar
.Expected name (when on the boot layer):
mixinextras.neoforge
.SJH name:
mixinextras.neoforge.beta._3
.The text was updated successfully, but these errors were encountered: