File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
core/src/main/java/org/geysermc/geyser/network Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ The ultimate goal of this project is to allow Minecraft: Bedrock Edition users t
1414
1515Special thanks to the DragonProxy project for being a trailblazer in protocol translation and for all the team members who have joined us here!
1616
17- ### Currently supporting Minecraft Bedrock 1.20.80 - 1.21.2 and Minecraft Java 1.21
17+ ### Currently supporting Minecraft Bedrock 1.20.80 - 1.21.3 and Minecraft Java 1.21
1818
1919## Setting Up
2020Take a look [ here] ( https://wiki.geysermc.org/geyser/setup/ ) for how to set up Geyser.
Original file line number Diff line number Diff line change @@ -73,7 +73,9 @@ public final class GameProtocol {
7373 SUPPORTED_BEDROCK_CODECS .add (CodecProcessor .processCodec (Bedrock_v685 .CODEC .toBuilder ()
7474 .minecraftVersion ("1.21.0/1.21.1" )
7575 .build ()));
76- SUPPORTED_BEDROCK_CODECS .add (DEFAULT_BEDROCK_CODEC );
76+ SUPPORTED_BEDROCK_CODECS .add (DEFAULT_BEDROCK_CODEC .toBuilder ()
77+ .minecraftVersion ("1.21.2/1.21.3" )
78+ .build ());
7779 }
7880
7981 /**
You can’t perform that action at this time.
0 commit comments