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:
@@ -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());
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user