Revert shadowing Minecraft Auth

This commit is contained in:
chris 2024-08-09 12:47:36 +02:00 committed by GitHub
parent 5565b34edd
commit b02c2b128b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -23,7 +23,6 @@ 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 }