1
0
mirror of https://github.com/GeyserMC/Geyser.git synced 2025-12-19 14:59:27 +00:00

Return to using NBT dependency provided by Protocol

This commit is contained in:
Camotoy
2022-09-21 13:39:06 -04:00
parent 6df9081d6e
commit 50b99d70a1

View File

@@ -31,7 +31,6 @@ dependencies {
api("com.github.CloudburstMC.Protocol", "bedrock-v554", Versions.protocolVersion) {
exclude("com.nukkitx.network", "raknet")
exclude("com.nukkitx", "nbt")
}
api("com.github.GeyserMC", "MCAuthLib", Versions.mcauthlibVersion)