Skip to content

Commit

Permalink
Merge pull request #238 from kmpoppe/update1.18Protocol
Browse files Browse the repository at this point in the history
Update to Bedrock 1.18
  • Loading branch information
Pugmatt authored Nov 30, 2021
2 parents 4afd21f + 901f0bb commit ef47a62
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 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-v471</artifactId>
<version>2.9.3-SNAPSHOT</version>
<artifactId>bedrock-v475</artifactId>
<version>2.9.4-SNAPSHOT</version>
<scope>compile</scope>
<exclusions>
<exclusion>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
import com.nukkitx.protocol.bedrock.v448.Bedrock_v448;
import com.nukkitx.protocol.bedrock.v465.Bedrock_v465;
import com.nukkitx.protocol.bedrock.v471.Bedrock_v471;
import com.nukkitx.protocol.bedrock.v475.Bedrock_v475;

import java.util.ArrayList;
import java.util.List;
Expand Down Expand Up @@ -39,6 +40,7 @@ public class BedrockProtocol {
SUPPORTED_BEDROCK_CODECS.add(Bedrock_v448.V448_CODEC);
SUPPORTED_BEDROCK_CODECS.add(Bedrock_v465.V465_CODEC);
SUPPORTED_BEDROCK_CODECS.add(Bedrock_v471.V471_CODEC);
SUPPORTED_BEDROCK_CODECS.add(Bedrock_v475.V475_CODEC);
}

/**
Expand Down

0 comments on commit ef47a62

Please sign in to comment.