MinecraftForge / ForgeGradle

Minecraft mod development framework used by Forge and FML for the gradle build system
GNU Lesser General Public License v2.1
508 stars 436 forks source link

Implement Jar-in-Jar transitive dependencies resolvement #875

Open realkarmakun opened 2 years ago

realkarmakun commented 2 years ago

Right now transitive dependencies of libraries added with JiJ are not added to manifest, and should be explicitly added by mod developer.

marchermans commented 2 years ago

Can somebody transfer this to FG, it is not an issue for Forge.

marchermans commented 1 year ago

@realkarmakun What exactly do you mean here with manifest?

MojangPlsFix commented 1 year ago

@realkarmakun What exactly do you mean here with manifest?

In the metadata.json. Transitive Dependencies are not added, but the jars itself are added.

Edit: This issue relates to #895 meaning it is rather a bug, then a feature.