Skip to content

Commit f9cc9ee

Browse files
committed
Prepare for release protocol
1 parent cdb19eb commit f9cc9ee

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
@@ -225,9 +225,9 @@ public class MinecraftCodec {
225225
}
226226

227227
public static final PacketCodec CODEC = PacketCodec.builder()
228-
.protocolVersion((1 << 30) | 203)
228+
.protocolVersion(767)
229229
.helper(() -> new MinecraftCodecHelper(LEVEL_EVENTS, SOUND_NAMES))
230-
.minecraftVersion("1.21-rc1")
230+
.minecraftVersion("1.21")
231231
.state(ProtocolState.HANDSHAKE, PacketStateCodec.builder()
232232
.registerServerboundPacket(ClientIntentionPacket.class, ClientIntentionPacket::new)
233233
)

0 commit comments

Comments
 (0)