mirror of
https://github.com/GeyserMC/MCProtocolLib.git
synced 2024-11-14 19:34:58 -05:00
Update for 1.18-rc1
This commit is contained in:
parent
8eca14983a
commit
825804d194
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) | 56)
|
||||
.minecraftVersion("1.18-pre8")
|
||||
.protocolVersion((1 << 30) | 57)
|
||||
.minecraftVersion("1.18-rc1")
|
||||
.state(ProtocolState.HANDSHAKE, PacketStateCodec.builder()
|
||||
.registerServerboundPacket(0x00, ClientIntentionPacket.class, ClientIntentionPacket::new)
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue