Skip to content

Commit

Permalink
Update build.gradle.kts
Browse files Browse the repository at this point in the history
  • Loading branch information
KrLite committed Apr 5, 2024
1 parent 2a57ffc commit 5403716
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 @@ -86,6 +86,14 @@ publisher {
projectVersion.set(project.version.toString())
gameVersions.set(listOf("1.20", "1.20.1", "1.20.2"))
loaders.set(listOf("fabric", "quilt"))

modrinthDepends.required("fabric-api")
modrinthDepends.optional("splasher")
modrinthDepends.embedded()

curseDepends.required("fabric-api")
curseDepends.optional("splasher")
curseDepends.embedded()

displayName.set("${display.name} ${libs.versions.mod.get()} for ${display.loader} ${display.version}")

Expand Down

0 comments on commit 5403716

Please sign in to comment.