Skip to content

Commit

Permalink
Update archivesName to be consistent with Fabric
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander01998 committed Oct 29, 2024
1 parent e312b96 commit 9af123b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ repositories {
}

base {
archivesName = project.mod_id
archivesName = project.mod_name.replace(" ", "-")
}

// Mojang ships Java 21 to end users starting in 1.20.5 (24w14a), so mods should target Java 21.
Expand Down

0 comments on commit 9af123b

Please sign in to comment.