shadow mcauthlib

This commit is contained in:
chris 2024-08-08 09:51:14 +02:00 committed by GitHub
parent a27198e632
commit c66dda9bce
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -23,6 +23,7 @@ dependencies {
shadow(libs.protocol.codec) { isTransitive = false }
shadow(libs.raknet) { isTransitive = false }
shadow(libs.mcprotocollib) { isTransitive = false }
shadow(libs.minecraftauth) { isTransitive = false }
// Since we also relocate cloudburst protocol: shade erosion common
shadow(libs.erosion.common) { isTransitive = false }