From 3bd32cfa00e8b50b47267ab75a4ff8892ae89d54 Mon Sep 17 00:00:00 2001 From: mat Date: Fri, 29 Apr 2022 00:40:47 -0500 Subject: how do i do this --- .../src/packets/game/clientbound_level_chunk_with_light_packet.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'azalea-protocol/src/packets') diff --git a/azalea-protocol/src/packets/game/clientbound_level_chunk_with_light_packet.rs b/azalea-protocol/src/packets/game/clientbound_level_chunk_with_light_packet.rs index 6882d255..b916cb8e 100644 --- a/azalea-protocol/src/packets/game/clientbound_level_chunk_with_light_packet.rs +++ b/azalea-protocol/src/packets/game/clientbound_level_chunk_with_light_packet.rs @@ -13,6 +13,7 @@ pub struct ClientboundLevelChunkWithLightPacket { #[derive(Clone, Debug, McBufReadable, McBufWritable)] pub struct ClientboundLevelChunkPacketData { heightmaps: azalea_nbt::Tag, + // we can't parse the data in azalea-protocol because it dependso on context from other packets data: Vec, block_entities: Vec, } -- cgit v1.2.3