Skip to content

Commit

Permalink
1.20.2-rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
Konicai committed Sep 15, 2023
1 parent ac2b1fb commit 691b6cd
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -207,9 +207,9 @@ public class MinecraftCodec {
}

public static final PacketCodec CODEC = PacketCodec.builder()
.protocolVersion((1 << 30) | 151)
.protocolVersion((1 << 30) | 152)
.helper(() -> new MinecraftCodecHelper(LEVEL_EVENTS, SOUND_NAMES))
.minecraftVersion("1.20.2-pre4")
.minecraftVersion("1.20.2-rc1")
.state(ProtocolState.HANDSHAKE, PacketStateCodec.builder()
.registerServerboundPacket(ClientIntentionPacket.class, ClientIntentionPacket::new)
)
Expand Down

0 comments on commit 691b6cd

Please sign in to comment.