We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff9ab9e commit 2f2a2e2Copy full SHA for 2f2a2e2
protocol/src/main/java/org/geysermc/mcprotocollib/protocol/codec/MinecraftCodec.java
@@ -210,9 +210,9 @@
210
211
public class MinecraftCodec {
212
public static final PacketCodec CODEC = PacketCodec.builder()
213
- .protocolVersion((1 << 30) | 206)
+ .protocolVersion((1 << 30) | 207)
214
.helper(MinecraftCodecHelper::new)
215
- .minecraftVersion("24w34a")
+ .minecraftVersion("24w35a")
216
.state(ProtocolState.HANDSHAKE, MinecraftPacketRegistry.builder()
217
.registerServerboundPacket(ClientIntentionPacket.class, ClientIntentionPacket::new)
218
)
protocol/src/main/resources/networkCodec.nbt
-2 Bytes
0 commit comments