FabricMC / tiny-remapper

Tiny JAR remapping tool.
GNU Lesser General Public License v3.0
115 stars 65 forks source link

Remapping deletes duplicate classes from jars #104

Open Juuxel opened 2 years ago

Juuxel commented 2 years ago

See example project: https://github.com/Juuxel/duplicate-mods

This is a simplified test case from a real-life mod setup where a crossplatform mod shadows some of its modules but still depends on the other modules in its POM.

modmuss50 commented 1 year ago

Fixing this requires a change on tiny remappers side of things. I will move this issue to that repo.

At the very least I think it should bail out in this case?