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 bd1051d commit 4b8b9cfCopy full SHA for 4b8b9cf
protocol/src/main/java/org/geysermc/mcprotocollib/protocol/codec/MinecraftCodec.java
@@ -226,8 +226,8 @@
226
227
public class MinecraftCodec {
228
public static final PacketCodec CODEC = PacketCodec.builder()
229
- .protocolVersion((1 << 30) | 266)
230
- .minecraftVersion("25w36a")
+ .protocolVersion((1 << 30) | 267)
+ .minecraftVersion("25w36b")
231
.state(ProtocolState.HANDSHAKE, MinecraftPacketRegistry.builder()
232
.registerServerboundPacket(ClientIntentionPacket.class, ClientIntentionPacket::new)
233
)
0 commit comments