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 305ff2a commit 8219d5dCopy full SHA for 8219d5d
2 files changed
protocol/src/main/java/org/geysermc/mcprotocollib/protocol/codec/MinecraftCodec.java
@@ -236,8 +236,8 @@
236
237
public class MinecraftCodec {
238
public static final PacketCodec CODEC = PacketCodec.builder()
239
- .protocolVersion((1 << 30) | 298)
240
- .minecraftVersion("26.1 Pre-Release 1")
+ .protocolVersion((1 << 30) | 300)
+ .minecraftVersion("26.1 Pre-Release 3")
241
.state(ProtocolState.HANDSHAKE, MinecraftPacketRegistry.builder()
242
.registerServerboundPacket(ClientIntentionPacket.class, ClientIntentionPacket::new)
243
)
protocol/src/main/resources/networkCodec.nbt
5 Bytes
0 commit comments