Skip to content

Commit

Permalink
Add related projects as optional dependencies on CF and Modrinth
Browse files Browse the repository at this point in the history
  • Loading branch information
Su5eD committed Oct 7, 2023
1 parent 4bd0d66 commit d6cd22e
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,10 @@ publishMods {
requires {
slug.set(connectorCurseForge)
}
optional { slug.set("roughly-enough-items") }
optional { slug.set("emi") }
optional { slug.set("terrablender") }
optional { slug.set("architectury-api") }
}
modrinth {
accessToken.set(providers.environmentVariable("MODRINTH_TOKEN"))
Expand All @@ -165,5 +169,9 @@ publishMods {
requires {
id.set(connectorModrinth)
}
optional { id.set("nfn13YXA") } // REI
optional { id.set("fRiHVvU7") } // EMI
optional { id.set("kkmrDlKT") } // TerraBlender
optional { id.set("lhGA9TYQ") } // Architectury API
}
}

0 comments on commit d6cd22e

Please sign in to comment.