Fix minimessage relocation

This commit is contained in:
Frank van der Heijden 2021-08-04 02:32:51 +02:00
parent 60204e7e58
commit 5200840296
No known key found for this signature in database
GPG key ID: B808721C2DD5B5B8
5 changed files with 10 additions and 3 deletions

View file

@ -34,9 +34,6 @@ subprojects {
implementation "com.github.FrankHeijden.cloud:cloud-core:${rootProject.cloudVersion}"
implementation "com.github.FrankHeijden.cloud:cloud-brigadier:${rootProject.cloudVersion}"
implementation 'com.github.FrankHeijden:MinecraftReflection:1.0.0'
implementation ('net.kyori:adventure-text-minimessage:4.1.0-SNAPSHOT') {
exclude group: 'net.kyori', module: 'adventure-api'
}
implementation 'com.google.guava:guava:30.1.1-jre'
implementation 'com.google.code.gson:gson:2.8.6'
implementation 'me.lucko:commodore:1.10'