Skip to content

Commit

Permalink
Update to Minecraft 1.21.4-rc3
Browse files Browse the repository at this point in the history
  • Loading branch information
StartsMercury committed Dec 1, 2024
1 parent 1e23814 commit 25a203a
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 @@ -2,7 +2,7 @@ object Constants {
const val VERSION = "0.4.2"

const val VERSION_JAVA = 21
const val VERSION_MINECRAFT = "1.21.4-rc2"
const val VERSION_MINECRAFT = "1.21.4-rc3"
}

plugins {
Expand Down Expand Up @@ -71,7 +71,7 @@ tasks.withType<ProcessResources> {
val data = mapOf(
"version" to Constants.VERSION,
"version_java" to Constants.VERSION_JAVA,
"version_minecraft" to "1.21.4-rc.2",
"version_minecraft" to "1.21.4-rc.3",
)

inputs.properties(data)
Expand Down

0 comments on commit 25a203a

Please sign in to comment.