1
0
mirror of https://github.com/GeyserMC/Geyser.git synced 2026-01-04 15:31:36 +00:00

Indicate support for Bedrock 1.21.44

Bedrock are u ok
This commit is contained in:
Camotoy
2024-11-01 14:48:07 -04:00
parent faf663d3cd
commit 67a1805fa6
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.43")
.minecraftVersion("1.21.44")
.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/1.21.43")
.minecraftVersion("1.21.40 - 1.21.44")
.build());
}