We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ead7b77 commit ee86111Copy full SHA for ee86111
api/build.gradle.kts
@@ -7,6 +7,6 @@ description = "A resource-pack library for Minecraft: Java Edition."
7
dependencies {
8
compileOnlyApi("org.jetbrains:annotations:26.0.1")
9
api("net.kyori:adventure-key:4.9.3")
10
- api("net.kyori:adventure-api:4.14.0")
+ api("net.kyori:adventure-api:4.18.0")
11
implementation("net.kyori:adventure-text-serializer-legacy:4.14.0")
12
}
0 commit comments