Skip to content

Commit 4b8b9cf

Browse files
25w36b
1 parent bd1051d commit 4b8b9cf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

protocol/src/main/java/org/geysermc/mcprotocollib/protocol/codec/MinecraftCodec.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -226,8 +226,8 @@
226226

227227
public class MinecraftCodec {
228228
public static final PacketCodec CODEC = PacketCodec.builder()
229-
.protocolVersion((1 << 30) | 266)
230-
.minecraftVersion("25w36a")
229+
.protocolVersion((1 << 30) | 267)
230+
.minecraftVersion("25w36b")
231231
.state(ProtocolState.HANDSHAKE, MinecraftPacketRegistry.builder()
232232
.registerServerboundPacket(ClientIntentionPacket.class, ClientIntentionPacket::new)
233233
)

0 commit comments

Comments
 (0)