Skip to content

Commit

Permalink
Merge pull request #228 from Camotoy/feature/1.17.40
Browse files Browse the repository at this point in the history
Update to Bedrock 1.17.40
  • Loading branch information
Pugmatt authored Oct 19, 2021
2 parents ec59f78 + 54e870c commit 4afd21f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 2 additions & 2 deletions serverlist-server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,8 @@
</dependency>
<dependency>
<groupId>com.nukkitx.protocol</groupId>
<artifactId>bedrock-v465</artifactId>
<version>2.9.0-SNAPSHOT</version>
<artifactId>bedrock-v471</artifactId>
<version>2.9.3-SNAPSHOT</version>
<scope>compile</scope>
<exclusions>
<exclusion>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
import com.nukkitx.protocol.bedrock.v431.Bedrock_v431;
import com.nukkitx.protocol.bedrock.v440.Bedrock_v440;
import com.nukkitx.protocol.bedrock.v448.Bedrock_v448;
import com.nukkitx.protocol.bedrock.v448.Bedrock_v465;
import com.nukkitx.protocol.bedrock.v465.Bedrock_v465;
import com.nukkitx.protocol.bedrock.v471.Bedrock_v471;

import java.util.ArrayList;
import java.util.List;
Expand Down Expand Up @@ -37,6 +38,7 @@ public class BedrockProtocol {
SUPPORTED_BEDROCK_CODECS.add(Bedrock_v440.V440_CODEC);
SUPPORTED_BEDROCK_CODECS.add(Bedrock_v448.V448_CODEC);
SUPPORTED_BEDROCK_CODECS.add(Bedrock_v465.V465_CODEC);
SUPPORTED_BEDROCK_CODECS.add(Bedrock_v471.V471_CODEC);
}

/**
Expand Down

0 comments on commit 4afd21f

Please sign in to comment.