Skip to content

Commit

Permalink
Fix CurseForge publishing mod loader
Browse files Browse the repository at this point in the history
  • Loading branch information
Siphalor committed Jun 10, 2021
1 parent f1a6a43 commit a9d8b6f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,7 @@ if (project.hasProperty("siphalorCurseForgeApi")) {
releaseType = project.mod_release
changelogType = "markdown"
changelog = getProjectChangelog()
addGameVersion("Fabric")
for (version in ((String) project.mod_mc_versions).split(";")) {
addGameVersion(version)
}
Expand Down

0 comments on commit a9d8b6f

Please sign in to comment.