mirror of
https://github.com/GeyserMC/MCProtocolLib.git
synced 2024-12-02 20:07:13 -05:00
1.20-pre2
This commit is contained in:
parent
8b1ff10520
commit
3592127d80
1 changed files with 2 additions and 2 deletions
|
@ -199,9 +199,9 @@ public class MinecraftCodec {
|
|||
}
|
||||
|
||||
public static final PacketCodec CODEC = PacketCodec.builder()
|
||||
.protocolVersion((1 << 30) | 134)
|
||||
.protocolVersion((1 << 30) | 135)
|
||||
.helper(() -> new MinecraftCodecHelper(LEVEL_EVENTS, SOUND_NAMES))
|
||||
.minecraftVersion("1.20-pre1")
|
||||
.minecraftVersion("1.20-pre2")
|
||||
.state(ProtocolState.HANDSHAKE, PacketStateCodec.builder()
|
||||
.registerServerboundPacket(0x00, ClientIntentionPacket.class, ClientIntentionPacket::new)
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue