Skip to content

Commit

Permalink
meh
Browse files Browse the repository at this point in the history
  • Loading branch information
Luke100000 committed Jan 26, 2025
1 parent fbfe0b0 commit ffcdca6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -76,15 +76,15 @@ forgix {
outputDir = "build/libs"

forge {
jarLocation = "build/libs/forge-${rootProject.version}.jar"
jarLocation = "build/libs/${rootProject.name}-${rootProject.version}.jar"
mixin "mca.mixin.json"
}

fabric {
jarLocation = "build/libs/fabric-${rootProject.version}.jar"
jarLocation = "build/libs/${rootProject.name}-${rootProject.version}.jar"
}

quilt {
jarLocation = "build/libs/quilt-${rootProject.version}.jar"
jarLocation = "build/libs/${rootProject.name}-${rootProject.version}.jar"
}
}

0 comments on commit ffcdca6

Please sign in to comment.