Skip to content

Commit

Permalink
Downgrade minimessage to 4.17.0 to fix NoSuchMethodError when loading…
Browse files Browse the repository at this point in the history
… on 1.21.3 or older
  • Loading branch information
ChimpGamer committed Dec 28, 2024
1 parent b0849e8 commit eafbe6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hyperverse-core/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ dependencies {
implementation(libs.cloudMinecraftExtras)

// TODO: Remove and use native versions.
implementation("net.kyori:adventure-text-minimessage:4.18.0")
implementation("net.kyori:adventure-text-minimessage:4.17.0")

implementation(projects.hyperverseNmsUnsupported)
runtimeOnly(project(":hyperverse-nms-1-17")) {
Expand Down

0 comments on commit eafbe6a

Please sign in to comment.