Skip to content

Commit

Permalink
Support 1.19.50 update
Browse files Browse the repository at this point in the history
  • Loading branch information
Pugmatt committed Nov 29, 2022
1 parent b9b2846 commit 95d2986
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/assets/supportedVersion
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.19.41.01
1.19.50.02
4 changes: 2 additions & 2 deletions serverlist-server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,8 @@
</dependency>
<dependency>
<groupId>com.nukkitx.protocol</groupId>
<artifactId>bedrock-v557</artifactId>
<version>2.9.13-SNAPSHOT</version>
<artifactId>bedrock-v560</artifactId>
<version>2.9.15-SNAPSHOT</version>
<scope>compile</scope>
<exclusions>
<exclusion>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
import com.nukkitx.protocol.bedrock.v544.Bedrock_v544;
import com.nukkitx.protocol.bedrock.v554.Bedrock_v554;
import com.nukkitx.protocol.bedrock.v557.Bedrock_v557;
import com.nukkitx.protocol.bedrock.v560.Bedrock_v560;

import java.util.ArrayList;
import java.util.List;
Expand Down Expand Up @@ -62,6 +63,7 @@ public class BedrockProtocol {
.build());
SUPPORTED_BEDROCK_CODECS.add(Bedrock_v554.V554_CODEC);
SUPPORTED_BEDROCK_CODECS.add(Bedrock_v557.V557_CODEC);
SUPPORTED_BEDROCK_CODECS.add(Bedrock_v560.V560_CODEC);

}

Expand Down

0 comments on commit 95d2986

Please sign in to comment.