oblak/cloud-minecraft/cloud-minecraft-extras/build.gradle.kts
Zach Levis b38c725dc5 core: Use the ArgumentDescription interface for descriptions
This allows minecraft-extras to provide an implementation that
uses Adventure chat components to represent the description.
2021-01-16 08:54:07 +01:00

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)
}