Skip to content

Commit

Permalink
Merge branch 'refs/heads/develop' into version/1.20.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Erdragh committed May 31, 2024
2 parents 381b3d8 + a0b8523 commit 2894025
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fabric/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,6 @@ publishMods {
additionalFiles.plus(tasks.sourcesJar.get().archiveFile)
displayName = "$title $version ${titles[project.name]} $minecraftVersion"
this.version = "$version-mc$minecraftVersion-${project.name}"
requires("fabric-language-kotlin", "forge-config-api-port-fabric", "fabric-api")
requires("fabric-language-kotlin", "forge-config-api-port", "fabric-api")
}
}

0 comments on commit 2894025

Please sign in to comment.