You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As of #706, credits for Fabric mods now separate by authors and contributors, with each list being sorted alphabetically.
However, authors are often listed in a particular order, meaning that the primary author of a mod may be sorted after its secondary authors. This behavior is also inconsistent with the order shown in the authors list next to the icon.
To keep the intent of the authors list, I believe that authors should not be sorted within the credits.
The text was updated successfully, but these errors were encountered:
I don't think that the author or contributor order is actually guaranteed to be equal to the order in the json file on either Fabric or Quilt. I reverted the last two commits on the PR and looked at a mod with a lot of contributors in ModMenu and the contributors are in random order, even though in the source file they are sorted alphanumerically. (Same situation on Quilt, obviously.)
Hmm, weird. I think this must be a recent change or possibly just something that happens outside of dev? I always observed it being in the json order, as I sort authors by seniority and contributors in chronological order
As of #706, credits for Fabric mods now separate by authors and contributors, with each list being sorted alphabetically.
However, authors are often listed in a particular order, meaning that the primary author of a mod may be sorted after its secondary authors. This behavior is also inconsistent with the order shown in the authors list next to the icon.
To keep the intent of the authors list, I believe that authors should not be sorted within the credits.
The text was updated successfully, but these errors were encountered: