diff options
Diffstat (limited to 'spark-fabric/build.gradle')
-rw-r--r-- | spark-fabric/build.gradle | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spark-fabric/build.gradle b/spark-fabric/build.gradle index 2ae99f6..513f59e 100644 --- a/spark-fabric/build.gradle +++ b/spark-fabric/build.gradle @@ -52,7 +52,7 @@ shadowJar { relocate 'okio', 'me.lucko.spark.lib.okio' relocate 'okhttp3', 'me.lucko.spark.lib.okhttp3' - relocate 'net.kyori.text', 'me.lucko.spark.lib.text' + relocate 'net.kyori.adventure', 'me.lucko.spark.lib.adventure' relocate 'org.tukaani.xz', 'me.lucko.spark.lib.xz' relocate 'com.google.protobuf', 'me.lucko.spark.lib.protobuf' relocate 'org.objectweb.asm', 'me.lucko.spark.lib.asm' |