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 cdb19eb commit f9cc9eeCopy full SHA for f9cc9ee
protocol/src/main/java/org/geysermc/mcprotocollib/protocol/codec/MinecraftCodec.java
@@ -225,9 +225,9 @@ public class MinecraftCodec {
225
}
226
227
public static final PacketCodec CODEC = PacketCodec.builder()
228
- .protocolVersion((1 << 30) | 203)
+ .protocolVersion(767)
229
.helper(() -> new MinecraftCodecHelper(LEVEL_EVENTS, SOUND_NAMES))
230
- .minecraftVersion("1.21-rc1")
+ .minecraftVersion("1.21")
231
.state(ProtocolState.HANDSHAKE, PacketStateCodec.builder()
232
.registerServerboundPacket(ClientIntentionPacket.class, ClientIntentionPacket::new)
233
)
0 commit comments