Skip to content

Commit 2f2a2e2

Browse files
committed
24w35a
1 parent ff9ab9e commit 2f2a2e2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

protocol/src/main/java/org/geysermc/mcprotocollib/protocol/codec/MinecraftCodec.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -210,9 +210,9 @@
210210

211211
public class MinecraftCodec {
212212
public static final PacketCodec CODEC = PacketCodec.builder()
213-
.protocolVersion((1 << 30) | 206)
213+
.protocolVersion((1 << 30) | 207)
214214
.helper(MinecraftCodecHelper::new)
215-
.minecraftVersion("24w34a")
215+
.minecraftVersion("24w35a")
216216
.state(ProtocolState.HANDSHAKE, MinecraftPacketRegistry.builder()
217217
.registerServerboundPacket(ClientIntentionPacket.class, ClientIntentionPacket::new)
218218
)
-2 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)