Skip to content

Commit

Permalink
1.21.4-rc3
Browse files Browse the repository at this point in the history
  • Loading branch information
basaigh authored Dec 1, 2024
1 parent aa7844f commit 25df601
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -216,9 +216,9 @@

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)
)
Expand Down

0 comments on commit 25df601

Please sign in to comment.