1
0
mirror of https://github.com/GeyserMC/Geyser.git synced 2025-12-19 14:59:27 +00:00

Proper 1.21.130 support, thanks sneaky protocol bump

This commit is contained in:
onebeastchris
2025-12-09 18:18:38 +01:00
parent 72f82949b9
commit 2addc6eb5b

View File

@@ -93,6 +93,7 @@ public final class GameProtocol {
register(Bedrock_v859.CODEC, "1.21.120", "1.21.121", "1.21.122", "1.21.123");
register(Bedrock_v860.CODEC);
register(Bedrock_v897.CODEC);
register(Bedrock_v897.CODEC.toBuilder().protocolVersion(898).build());
MinecraftVersion latestBedrock = SUPPORTED_BEDROCK_VERSIONS.get(SUPPORTED_BEDROCK_VERSIONS.size() - 1);
DEFAULT_BEDROCK_VERSION = latestBedrock.versionString();