File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
core/src/main/java/org/geysermc/geyser/network Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ public final class GameProtocol {
5151 * release of the game that Geyser supports.
5252 */
5353 public static final BedrockCodec DEFAULT_BEDROCK_CODEC = CodecProcessor .processCodec (Bedrock_v729 .CODEC .toBuilder ()
54- .minecraftVersion ("1.21.30 " )
54+ .minecraftVersion ("1.21.31 " )
5555 .build ());
5656
5757 /**
@@ -78,7 +78,9 @@ public final class GameProtocol {
7878 SUPPORTED_BEDROCK_CODECS .add (CodecProcessor .processCodec (Bedrock_v712 .CODEC .toBuilder ()
7979 .minecraftVersion ("1.21.20 - 1.21.23" )
8080 .build ()));
81- SUPPORTED_BEDROCK_CODECS .add (DEFAULT_BEDROCK_CODEC );
81+ SUPPORTED_BEDROCK_CODECS .add (DEFAULT_BEDROCK_CODEC .toBuilder ()
82+ .minecraftVersion ("1.21.30/1.21.31" )
83+ .build ());
8284 }
8385
8486 /**
You can’t perform that action at this time.
0 commit comments