diff options
| author | DoctorMacc <toy.fighter1@gmail.com> | 2020-11-16 23:36:43 -0500 |
|---|---|---|
| committer | DoctorMacc <toy.fighter1@gmail.com> | 2020-11-16 23:36:43 -0500 |
| commit | a2ac4dbce34c0eafaed7a25237a82785c8d0d604 (patch) | |
| tree | 21dfcdb01827bbd6abc34ab423ce836172bba496 /serverlist-server/pom.xml | |
| parent | c76f702f9b8312f4b186dc1080940e421c9d74e2 (diff) | |
| download | BedrockConnect-a2ac4dbce34c0eafaed7a25237a82785c8d0d604.tar.gz BedrockConnect-a2ac4dbce34c0eafaed7a25237a82785c8d0d604.tar.bz2 BedrockConnect-a2ac4dbce34c0eafaed7a25237a82785c8d0d604.zip | |
Update to 1.16.100
- StartGamePacket requires AuthoratativeMovementMode to be sent; otherwise a NPE is thrown
- CreativeContentPacket must be sent now, or else the client crashes.
Diffstat (limited to 'serverlist-server/pom.xml')
| -rw-r--r-- | serverlist-server/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/serverlist-server/pom.xml b/serverlist-server/pom.xml index 33def55..0137fad 100644 --- a/serverlist-server/pom.xml +++ b/serverlist-server/pom.xml @@ -94,7 +94,7 @@ </dependency> <dependency> <groupId>com.nukkitx.protocol</groupId> - <artifactId>bedrock-v408</artifactId> + <artifactId>bedrock-v419</artifactId> <version>2.6.0-SNAPSHOT</version> <scope>compile</scope> <exclusions> |
