Update for 1.16.210

This commit is contained in:
Camotoy 2021-03-09 13:25:29 -05:00
commit 61bcc6a75d
No known key found for this signature in database
GPG key ID: 7EEFB66FE798081F
5 changed files with 22 additions and 5 deletions

View file

@ -71,11 +71,10 @@
</dependency>
<dependency>
<groupId>com.github.CloudburstMC.Protocol</groupId>
<artifactId>bedrock-v422</artifactId>
<version>294e7e53b6</version>
<artifactId>bedrock-v428</artifactId>
<version>42da92f</version>
<scope>compile</scope>
<exclusions>
<!-- Stay on the older version of Network while it's rewritten -->
<exclusion>
<groupId>com.nukkitx.network</groupId>
<artifactId>raknet</artifactId>
@ -85,7 +84,7 @@
<dependency>
<groupId>com.nukkitx.network</groupId>
<artifactId>raknet</artifactId>
<version>1.6.20</version>
<version>1.6.26-20210217.205834-2</version>
<scope>compile</scope>
</dependency>
<dependency>