Skip to content

Commit

Permalink
Fix Fabric authors being credited wrong
Browse files Browse the repository at this point in the history
  • Loading branch information
LostLuma committed Apr 21, 2024
1 parent 666ced5 commit a737830
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -228,8 +228,8 @@ public FabricMod(ModContainer modContainer, Set<String> modpackMods) {
var authors = this.getAuthors();
var contributors = this.getContributors();

if (!authors.isEmpty()) {
contributors.put("Author", authors);
for (var author : authors) {
contributors.put(author, List.of("Author"));
}

for (var contributor : contributors.entrySet()) {
Expand Down

0 comments on commit a737830

Please sign in to comment.