Skip to content

Commit

Permalink
[ci skip] Add BrewCraft dependency for Curse uploads
Browse files Browse the repository at this point in the history
  • Loading branch information
mrapplexz committed Nov 9, 2019
1 parent 7667964 commit d4acf4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ configure<CurseExtension> {
changelog = modChangelog
relations(closureOf<CurseRelation> {
requiredDependency("jei")
requiredDependency("pams-harvestcraft")
requiredDependency("pams-brewcraft")
})
mainArtifact(tasks.named("jar").get(), closureOf<CurseArtifact> {
displayName = "[$minecraftVersion] Just Enough BrewCraft $version"
Expand Down

0 comments on commit d4acf4e

Please sign in to comment.