Skip to content

Commit

Permalink
🐛 Fixed archive name
Browse files Browse the repository at this point in the history
  • Loading branch information
MrCrayfish committed Jan 30, 2024
1 parent d76a64a commit 927d29b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion fabric/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ plugins {
}

base {
archivesName = "${mod_name}-fabric"
archivesName = "${mod_id}-fabric"
}

sourceSets {
Expand Down
2 changes: 1 addition & 1 deletion forge/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ plugins {
}

base {
archivesName = "${mod_name}-forge"
archivesName = "${mod_id}-forge"
}

minecraft {
Expand Down

0 comments on commit 927d29b

Please sign in to comment.