1
0
mirror of https://github.com/GeyserMC/Geyser.git synced 2026-01-06 15:41:50 +00:00

Indicate support for Bedrock 1.21.43

This commit is contained in:
Camotoy
2024-10-30 20:11:34 -04:00
parent 448c75e8f2
commit b3e57fd465
2 changed files with 3 additions and 3 deletions

View File

@@ -52,7 +52,7 @@ public final class GameProtocol {
* release of the game that Geyser supports.
*/
public static final BedrockCodec DEFAULT_BEDROCK_CODEC = CodecProcessor.processCodec(Bedrock_v748.CODEC.toBuilder()
.minecraftVersion("1.21.41")
.minecraftVersion("1.21.43")
.build());
/**
@@ -83,7 +83,7 @@ public final class GameProtocol {
.minecraftVersion("1.21.30/1.21.31")
.build()));
SUPPORTED_BEDROCK_CODECS.add(DEFAULT_BEDROCK_CODEC.toBuilder()
.minecraftVersion("1.21.40/1.21.41")
.minecraftVersion("1.21.40/1.21.41/1.21.43")
.build());
}