From 12a9c8ce65b58f0c600fd7b9fc5d454ce228b420 Mon Sep 17 00:00:00 2001 From: mat <27899617+mat-1@users.noreply.github.com> Date: Tue, 14 Mar 2023 16:33:03 -0500 Subject: 1.19.4 (#57) * 23w03a * 23w04a * 23w05a * 23w06a * fix * 23w07a mojang broke their json data generator so some stuff is missing * didn't mean to commit that file here * 1.19.4-pre2 * fix * 1.19.4-pre3 * fix * how did these packets get here * 1.19.4-pre4 * 1.19.4-rc1 * 1.19.4-rc2 * 1.19.4-rc3 * merge main * remove debugging code * 1.19.4 --- azalea-protocol/src/packets/game/clientbound_bundle_packet.rs | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 azalea-protocol/src/packets/game/clientbound_bundle_packet.rs (limited to 'azalea-protocol/src/packets/game/clientbound_bundle_packet.rs') diff --git a/azalea-protocol/src/packets/game/clientbound_bundle_packet.rs b/azalea-protocol/src/packets/game/clientbound_bundle_packet.rs new file mode 100644 index 00000000..cad2eca3 --- /dev/null +++ b/azalea-protocol/src/packets/game/clientbound_bundle_packet.rs @@ -0,0 +1,5 @@ +use azalea_buf::McBuf; +use azalea_protocol_macros::ClientboundGamePacket; + +#[derive(Clone, Debug, McBuf, ClientboundGamePacket)] +pub struct ClientboundBundlePacket {} -- cgit v1.2.3