mirror of
https://github.com/GeyserMC/MCProtocolLib.git
synced 2024-12-26 07:32:38 -05:00
1.21.4-rc3
This commit is contained in:
parent
aa7844fe8b
commit
25df601193
1 changed files with 2 additions and 2 deletions
|
@ -216,9 +216,9 @@ import org.geysermc.mcprotocollib.protocol.packet.status.serverbound.Serverbound
|
|||
|
||||
public class MinecraftCodec {
|
||||
public static final PacketCodec CODEC = PacketCodec.builder()
|
||||
.protocolVersion((1 << 30) | 222)
|
||||
.protocolVersion((1 << 30) | 228)
|
||||
.helper(MinecraftCodecHelper::new)
|
||||
.minecraftVersion("24w46a")
|
||||
.minecraftVersion("1.21.4-rc3")
|
||||
.state(ProtocolState.HANDSHAKE, MinecraftPacketRegistry.builder()
|
||||
.registerServerboundPacket(ClientIntentionPacket.class, ClientIntentionPacket::new)
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue