QuiltMC / quilt-loader

The loader for Quilt mods.
Apache License 2.0
472 stars 87 forks source link

Fix Fabric mod author and contributor potentially duplicating mod contributors #427

Closed LostLuma closed 6 months ago

LostLuma commented 6 months ago

Fix edge case when a Fabric mod has the same name in both the authors and contributors list producing two separate mod contributors during translation instead of a single one with two roles.

I'm not sure if there is actually any mods with this sort of duplicate metadata out there in the wild but I ran into it when testing something earlier and figured it'd be good to fix it anyway for correctness sake.