Skip to content

Commit

Permalink
1.20.3-pre4
Browse files Browse the repository at this point in the history
  • Loading branch information
Konicai committed Nov 28, 2023
1 parent e00ad67 commit d37b517
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -212,9 +212,9 @@ public class MinecraftCodec {
}

public static final PacketCodec CODEC = PacketCodec.builder()
.protocolVersion((1 << 30) | 166)
.protocolVersion((1 << 30) | 167)
.helper(() -> new MinecraftCodecHelper(LEVEL_EVENTS, SOUND_NAMES))
.minecraftVersion("1.20.3-pre3")
.minecraftVersion("1.20.3-pre4")
.state(ProtocolState.HANDSHAKE, PacketStateCodec.builder()
.registerServerboundPacket(ClientIntentionPacket.class, ClientIntentionPacket::new)
)
Expand Down

0 comments on commit d37b517

Please sign in to comment.