mirror of
https://github.com/GeyserMC/Geyser.git
synced 2024-08-14 23:57:35 +00: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 {
|
||||
SUPPORTED_BEDROCK_CODECS.add(DEFAULT_BEDROCK_CODEC.toBuilder()
|
||||
.minecraftVersion("1.19.0")
|
||||
.minecraftVersion("1.19.0/1.19.2")
|
||||
.build());
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue