We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f1b697 commit 523bcdcCopy full SHA for 523bcdc
core/src/main/java/org/geysermc/geyser/network/GameProtocol.java
@@ -72,7 +72,7 @@ public final class GameProtocol {
72
.minecraftVersion("1.21.0/1.21.1")
73
.build()));
74
SUPPORTED_BEDROCK_CODECS.add(CodecProcessor.processCodec(Bedrock_v686.CODEC.toBuilder()
75
- .minecraftVersion("1.21.2")
+ .minecraftVersion("1.21.2/1.21.3")
76
77
SUPPORTED_BEDROCK_CODECS.add(DEFAULT_BEDROCK_CODEC);
78
}
0 commit comments