Skip to content

Commit 9f4bed4

Browse files
committed
1.21.9-rc1
1 parent 44ff6fa commit 9f4bed4

File tree

1 file changed

+2
-2
lines changed

1 file 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
@@ -231,8 +231,8 @@
231231

232232
public class MinecraftCodec {
233233
public static final PacketCodec CODEC = PacketCodec.builder()
234-
.protocolVersion((1 << 30) | 269)
235-
.minecraftVersion("1.21.9-pre1")
234+
.protocolVersion((1 << 30) | 273)
235+
.minecraftVersion("1.21.9-rc1")
236236
.state(ProtocolState.HANDSHAKE, MinecraftPacketRegistry.builder()
237237
.registerServerboundPacket(ClientIntentionPacket.class, ClientIntentionPacket::new)
238238
)

0 commit comments

Comments
 (0)