This allows minecraft-extras to provide an implementation that uses Adventure chat components to represent the description.
5 lines
189 B
Kotlin
5 lines
189 B
Kotlin
dependencies {
|
|
api(project(":cloud-core"))
|
|
api("net.kyori", "adventure-api", Versions.adventureApi)
|
|
api("net.kyori", "adventure-text-serializer-plain", Versions.adventureApi)
|
|
}
|