forked from GeyserMC/Geyser
Add support for latest beta (1.16.200.56)
This commit is contained in:
parent
e412ba0993
commit
896638ed84
1 changed files with 5 additions and 0 deletions
|
@ -47,6 +47,11 @@ public class BedrockProtocol {
|
||||||
|
|
||||||
static {
|
static {
|
||||||
SUPPORTED_BEDROCK_CODECS.add(DEFAULT_BEDROCK_CODEC);
|
SUPPORTED_BEDROCK_CODECS.add(DEFAULT_BEDROCK_CODEC);
|
||||||
|
SUPPORTED_BEDROCK_CODECS.add(DEFAULT_BEDROCK_CODEC.toBuilder()
|
||||||
|
.protocolVersion(422)
|
||||||
|
.minecraftVersion("1.16.200.56")
|
||||||
|
.build()
|
||||||
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in a new issue