Skip to content

Commit

Permalink
update publication game version
Browse files Browse the repository at this point in the history
  • Loading branch information
deirn committed Sep 8, 2023
1 parent ed7e876 commit 869669f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion buildSrc/src/main/kotlin/CurseforgeConfig.kt
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ fun <T : Jar> UploadConfig.curseforge(task: T) = project.run {
apiEndpoint = "https://${prop["cf.endpoint"]}"

upload(prop["cf.projectId"], task).apply {
displayName = "[${project.name.capitalize()} ${rootProp["minecraft"]}] ${project.version}"
displayName = "${prop["cf.prefix"]} ${project.version}"
releaseType = prop["cf.releaseType"]

changelogType = "markdown"
Expand Down
5 changes: 3 additions & 2 deletions platform/fabric/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
# CurseForge
cf.endpoint = minecraft.curseforge.com
cf.prefix = [Fabric/Quilt]
cf.releaseType = release
cf.loader = Fabric, Quilt
cf.gameVersion = 1.19.4, 1.20, 1.20.1
cf.gameVersion = 1.20.2-Snapshot

# Modrinth
mr.releaseType = release
mr.loader = fabric, quilt
mr.gameVersion = 1.19.4, 1.20, 1.20.1
mr.gameVersion = 1.20.2-pre1, 1.20.2-pre2

0 comments on commit 869669f

Please sign in to comment.