-
Notifications
You must be signed in to change notification settings - Fork 42
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
Dependency remap breaks dependency #192
Comments
Jar in Jar'd mods are removed on remap. |
consistency with fabric mods getting their JiJ'd files removed probably |
Both are done for consistency with Fabric. (Deleting the actual jars isn't necessary here, it's easier to remove the metadata file.) Jar-in-jar deps are also not easy to remap, so they are removed to fix issues such as #125. See #159. |
Is it possible for it to leave dependency if it isn't obfuscated? I think there is JSON property in |
No, since all dependencies should still be available as their normal variants in the mod's POM file. This is for consistency between different platforms. |
Hi. I've added GeckoLib mod as dependency for my Forge project. However, my game wasn't starting. I was wondering why and found out that
META-INF/jarjar/metadata.json
file isn't present in remapped jar. It exists in jar obtained from maven, but after remapping it disappears. Maybe this error has something to do with it:log.txt
Dependency (from repo:
https://dl.cloudsmith.io/public/geckolib3/geckolib/maven/
):I'm using:
minecraft
:1.20.1
forge
:1.20.1-47.2.20
dev.architectury.loom
:1.4-SNAPSHOT
The text was updated successfully, but these errors were encountered: