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 5f39532 commit 788fbdfCopy full SHA for 788fbdf
protocol/src/main/java/org/geysermc/mcprotocollib/protocol/codec/MinecraftCodec.java
@@ -218,8 +218,8 @@
218
219
public class MinecraftCodec {
220
public static final PacketCodec CODEC = PacketCodec.builder()
221
- .protocolVersion((1 << 30) | 242)
222
- .minecraftVersion("1.21.5-rc1")
+ .protocolVersion(770)
+ .minecraftVersion("1.21.5")
223
.state(ProtocolState.HANDSHAKE, MinecraftPacketRegistry.builder()
224
.registerServerboundPacket(ClientIntentionPacket.class, ClientIntentionPacket::new)
225
)
0 commit comments