Skip to content

Commit

Permalink
Set archivesBaseName before ferry.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
Wyn-Price committed Nov 12, 2022
1 parent 45597e0 commit a3b90f4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Fabric/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ plugins {
id 'fabric-loom' version '0.12-SNAPSHOT'
}

apply from: 'https://raw.githubusercontent.com/TerraformersMC/GradleScripts/2.5/ferry.gradle'

archivesBaseName = "${mod_name}-fabric-${minecraft_version}"

apply from: 'https://raw.githubusercontent.com/TerraformersMC/GradleScripts/2.5/ferry.gradle'

dependencies {
minecraft "com.mojang:minecraft:${minecraft_version}"
mappings loom.officialMojangMappings()
Expand Down

0 comments on commit a3b90f4

Please sign in to comment.