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 44ff6fa commit 9f4bed4Copy full SHA for 9f4bed4
protocol/src/main/java/org/geysermc/mcprotocollib/protocol/codec/MinecraftCodec.java
@@ -231,8 +231,8 @@
231
232
public class MinecraftCodec {
233
public static final PacketCodec CODEC = PacketCodec.builder()
234
- .protocolVersion((1 << 30) | 269)
235
- .minecraftVersion("1.21.9-pre1")
+ .protocolVersion((1 << 30) | 273)
+ .minecraftVersion("1.21.9-rc1")
236
.state(ProtocolState.HANDSHAKE, MinecraftPacketRegistry.builder()
237
.registerServerboundPacket(ClientIntentionPacket.class, ClientIntentionPacket::new)
238
)
0 commit comments