Skip to content

Commit

Permalink
1.21.2-pre3
Browse files Browse the repository at this point in the history
  • Loading branch information
basaigh committed Oct 16, 2024
1 parent 4c2ecc1 commit 9603c57
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -214,9 +214,9 @@

public class MinecraftCodec {
public static final PacketCodec CODEC = PacketCodec.builder()
.protocolVersion((1 << 30) | 213)
.protocolVersion((1 << 30) | 215)
.helper(MinecraftCodecHelper::new)
.minecraftVersion("1.21.2-pre1")
.minecraftVersion("1.21.2-pre3")
.state(ProtocolState.HANDSHAKE, MinecraftPacketRegistry.builder()
.registerServerboundPacket(ClientIntentionPacket.class, ClientIntentionPacket::new)
)
Expand Down

0 comments on commit 9603c57

Please sign in to comment.