mirror of
https://github.com/GeyserMC/Geyser.git
synced 2025-01-06 02:35:39 +01:00
Indicate support for Bedrock 1.19.2
This commit is contained in:
parent
23923d734f
commit
60327339d6
1 changed files with 1 additions and 1 deletions
|
@ -57,7 +57,7 @@ public final class MinecraftProtocol {
|
||||||
|
|
||||||
static {
|
static {
|
||||||
SUPPORTED_BEDROCK_CODECS.add(DEFAULT_BEDROCK_CODEC.toBuilder()
|
SUPPORTED_BEDROCK_CODECS.add(DEFAULT_BEDROCK_CODEC.toBuilder()
|
||||||
.minecraftVersion("1.19.0")
|
.minecraftVersion("1.19.0/1.19.2")
|
||||||
.build());
|
.build());
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue