Skip to content

Commit 523bcdc

Browse files
committed
Specify 1.21.2/1.21.3 support
Signed-off-by: Joshua Castle <26531652+Kas-tle@users.noreply.github.com>
1 parent 7f1b697 commit 523bcdc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/main/java/org/geysermc/geyser/network/GameProtocol.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ public final class GameProtocol {
7272
.minecraftVersion("1.21.0/1.21.1")
7373
.build()));
7474
SUPPORTED_BEDROCK_CODECS.add(CodecProcessor.processCodec(Bedrock_v686.CODEC.toBuilder()
75-
.minecraftVersion("1.21.2")
75+
.minecraftVersion("1.21.2/1.21.3")
7676
.build()));
7777
SUPPORTED_BEDROCK_CODECS.add(DEFAULT_BEDROCK_CODEC);
7878
}

0 commit comments

Comments
 (0)