Skip to content

Commit

Permalink
Merge branch 'main' into 1.20.2
Browse files Browse the repository at this point in the history
  • Loading branch information
senseiwells committed Feb 6, 2024
2 parents 3c34d74 + 74a702a commit 94ad931
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -86,15 +86,15 @@ tasks {
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 {
Expand Down

0 comments on commit 94ad931

Please sign in to comment.