From ab0300eb6c34a48cb91d9809dd4b3e6ff089f0e7 Mon Sep 17 00:00:00 2001 From: Andrew Steinborn Date: Sun, 30 May 2021 23:18:36 -0400 Subject: [PATCH] include adventure-nbt to fix compile errors --- proxy/build.gradle | 2 ++ 1 file changed, 2 insertions(+) diff --git a/proxy/build.gradle b/proxy/build.gradle index a55d3da5b..d26773bd6 100644 --- a/proxy/build.gradle +++ b/proxy/build.gradle @@ -62,6 +62,8 @@ dependencies { implementation project(':velocity-native') implementation project(':velocity-proxy-core') + implementation "net.kyori:adventure-nbt:${adventureVersion}" + implementation "io.netty:netty-codec:${nettyVersion}" implementation "io.netty:netty-codec-haproxy:${nettyVersion}" implementation "io.netty:netty-codec-http:${nettyVersion}"