forked from FabricMC/fabric-loom
-
Notifications
You must be signed in to change notification settings - Fork 41
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
Forge 49.x.x ResolutionException (MC 1.20.3 and 1.20.4) #205
Comments
Same issue, only happens on Forge 1.20.3 and later, |
I'm having the same issue in 1.20.4, with arch loom 1.6 |
Having this issue with Forge 50.1.20, mc 1.20.6 |
I'm Having the same issue in 1.20.4, with architectury loom 1.7 |
I'm having the same issue in 1.20.1, with architectury loom 1.7 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello,
It seems that Architectury-Loom is crashing with Forge versions 49.x.x (affecting Minecraft 1.20.4 and 1.20.3 on Forge)
I've tried stripping away as much extraneous stuff as possible to make sure it wasn't my code causing it or anything. I also referenced the Architectury templates to see if maybe I missed something important.
The crash does not occur on Forge 48.x.x, so MC 1.20.2 and lower are unaffected.
The following exception occurs
(I've replaced the mod name with [mod] and package name with [package])
Caused by: java.lang.module.ResolutionException: Modules [mod] and [mod].snapshot export package [package] to module minecraft
This occurs on both Architectury Loom 1.4 and Architectury Loom 1.6.
Thank you.
The text was updated successfully, but these errors were encountered: