Update for Java 1.19.1

This commit is contained in:
Camotoy 2022-06-27 21:54:43 -04:00 committed by D3ATHBRINGER13
parent fd7de1f7cd
commit e7de688ecb

View file

@ -192,9 +192,9 @@ public class MinecraftCodec {
}
public static final PacketCodec CODEC = PacketCodec.builder()
.protocolVersion(759)
.protocolVersion(760)
.helper(() -> new MinecraftCodecHelper(LEVEL_EVENTS, SOUND_NAMES))
.minecraftVersion("1.19")
.minecraftVersion("1.19.1")
.state(ProtocolState.HANDSHAKE, PacketStateCodec.builder()
.registerServerboundPacket(0x00, ClientIntentionPacket.class, ClientIntentionPacket::new)
)