diff options
| author | mat <github@matdoes.dev> | 2022-04-29 00:40:47 -0500 |
|---|---|---|
| committer | mat <github@matdoes.dev> | 2022-04-29 00:40:47 -0500 |
| commit | 3bd32cfa00e8b50b47267ab75a4ff8892ae89d54 (patch) | |
| tree | b159bc4e7a4f27b7ffd25505d081e5dd12b285de /azalea-protocol | |
| parent | b6fb96429c4530530f46e5deb5998f2249e5124e (diff) | |
| download | azalea-drasl-3bd32cfa00e8b50b47267ab75a4ff8892ae89d54.tar.xz | |
how do i do this
Diffstat (limited to 'azalea-protocol')
| -rw-r--r-- | azalea-protocol/src/packets/game/clientbound_level_chunk_with_light_packet.rs | 1 |
1 files changed, 1 insertions, 0 deletions
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<u8>, block_entities: Vec<BlockEntity>, } |
