mirror of
https://github.com/GeyserMC/MCProtocolLib.git
synced 2024-12-01 03:17:30 -05:00
Update 1.20.2
This commit is contained in:
parent
953194c10a
commit
fb01285553
1 changed files with 2 additions and 2 deletions
|
@ -207,9 +207,9 @@ public class MinecraftCodec {
|
|||
}
|
||||
|
||||
public static final PacketCodec CODEC = PacketCodec.builder()
|
||||
.protocolVersion((1 << 30) | 153)
|
||||
.protocolVersion(764)
|
||||
.helper(() -> new MinecraftCodecHelper(LEVEL_EVENTS, SOUND_NAMES))
|
||||
.minecraftVersion("1.20.2-rc2")
|
||||
.minecraftVersion("1.20.2")
|
||||
.state(ProtocolState.HANDSHAKE, PacketStateCodec.builder()
|
||||
.registerServerboundPacket(ClientIntentionPacket.class, ClientIntentionPacket::new)
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue