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 8e31c5b commit 742975bCopy full SHA for 742975b
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) | 293)
240
- .minecraftVersion("26.1 Snapshot 7")
+ .protocolVersion((1 << 30) | 294)
+ .minecraftVersion("26.1 Snapshot 8")
241
.state(ProtocolState.HANDSHAKE, MinecraftPacketRegistry.builder()
242
.registerServerboundPacket(ClientIntentionPacket.class, ClientIntentionPacket::new)
243
)
protocol/src/main/resources/networkCodec.nbt
28 Bytes
0 commit comments