Skip to content

Commit

Permalink
Merge branch '1.19.4' into 1.18.2
Browse files Browse the repository at this point in the history
  • Loading branch information
senseiwells committed Feb 6, 2024
2 parents f8c7ad4 + 4374ee7 commit 3e0acd4
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -83,21 +83,23 @@ tasks {
}

publishMods {
file = remapJar.get().archiveFile.get()
changelog = """
"""
file = remapJar.get().archiveFile
changelog.set(
"""
- Port to 1.20.1
""".trimIndent()
)
type = STABLE
modLoaders.add("fabric")

val minecraftVersion = "${property("minecraft_version")}"

displayName = "ServerReplay $minecraftVersion v${project.version}"
displayName = "ServerReplay ${project.version} for $minecraftVersion"
version = "${project.version}+mc${minecraftVersion}"

modrinth {
accessToken = providers.environmentVariable("MODRINTH_API_KEY")
projectId = "sH0dfrKf"
projectId = "qCvSZ8ra"
minecraftVersions.add(minecraftVersion)

requires {
Expand Down

0 comments on commit 3e0acd4

Please sign in to comment.