Skip to content

Commit

Permalink
Merge pull request #15 from TexBlock/arch/1.19.4
Browse files Browse the repository at this point in the history
[Arch/1.19.4] loader tag on file name
  • Loading branch information
KrLite authored Aug 31, 2023
2 parents 0e7cb54 + ffeff4b commit ae77f79
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions fabric/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ configurations {
developmentFabric.extendsFrom common
}

project.archivesBaseName = rootProject.archivesBaseName + "-fabric"

dependencies {
modImplementation "net.fabricmc:fabric-loader:${rootProject.fabric_loader_version}"
modApi "net.fabricmc.fabric-api:fabric-api:${rootProject.fabric_api_version}"
Expand Down
2 changes: 2 additions & 0 deletions forge/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ loom {
}
}

project.archivesBaseName = rootProject.archivesBaseName + "-forge"

configurations {
common
shadowCommon // Don't use shadow from the shadow plugin because we don't want IDEA to index this.
Expand Down

0 comments on commit ae77f79

Please sign in to comment.