Skip to content

Commit

Permalink
Remove MC version from archive base name
Browse files Browse the repository at this point in the history
  • Loading branch information
embeddedt committed Jun 6, 2023
1 parent 531b5d5 commit 690e1b7
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 @@ -13,7 +13,7 @@ architectury {
minecraft = rootProject.minecraft_version
}

ext.archives_base_name = 'modernfix-mc' + minecraft_version
ext.archives_base_name = 'modernfix'

allprojects {
apply plugin: "java"
Expand Down

0 comments on commit 690e1b7

Please sign in to comment.