@@ -148,6 +148,7 @@ public void onProxyInitialization(ProxyInitializeEvent event) {
148148 new PacketMapping (0x0F , ProtocolVersion .MINECRAFT_1_19 , false ),
149149 new PacketMapping (0x10 , ProtocolVersion .MINECRAFT_1_19_1 , false ),
150150 new PacketMapping (0x0F , ProtocolVersion .MINECRAFT_1_19_3 , false ),
151+ new PacketMapping (0x10 , ProtocolVersion .MINECRAFT_1_19_4 , false ),
151152 });
152153
153154 this .limboFactory .registerPacket (PacketDirection .CLIENTBOUND , SetEntityMetadata .class , SetEntityMetadata ::new , new PacketMapping []{
@@ -161,6 +162,7 @@ public void onProxyInitialization(ProxyInitializeEvent event) {
161162 new PacketMapping (0x4D , ProtocolVersion .MINECRAFT_1_17 , true ),
162163 new PacketMapping (0x50 , ProtocolVersion .MINECRAFT_1_19_1 , true ),
163164 new PacketMapping (0x4E , ProtocolVersion .MINECRAFT_1_19_3 , true ),
165+ new PacketMapping (0x52 , ProtocolVersion .MINECRAFT_1_19_4 , true ),
164166 });
165167
166168 this .limboFactory .registerPacket (PacketDirection .CLIENTBOUND , SpawnEntity .class , SpawnEntity ::new , new PacketMapping []{
0 commit comments