mirror of
https://github.com/GeyserMC/MCProtocolLib.git
synced 2024-11-14 19:34:58 -05:00
Update to 1.18-pre4
This commit is contained in:
parent
b8e980163c
commit
a4267d0fe8
1 changed files with 2 additions and 2 deletions
|
@ -124,8 +124,8 @@ import com.github.steveice10.mc.protocol.packet.status.serverbound.ServerboundSt
|
|||
|
||||
public class MinecraftCodec {
|
||||
public static final PacketCodec CODEC = PacketCodec.builder()
|
||||
.protocolVersion((1 << 30) | 49)
|
||||
.minecraftVersion("1.18-pre1")
|
||||
.protocolVersion((1 << 30) | 52)
|
||||
.minecraftVersion("1.18-pre4")
|
||||
.state(ProtocolState.HANDSHAKE, PacketStateCodec.builder()
|
||||
.registerServerboundPacket(0x00, ClientIntentionPacket.class, ClientIntentionPacket::new)
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue