From 4d75415130a008f83c3bd594ca4cefd01f3d53dd Mon Sep 17 00:00:00 2001 From: mat Date: Sun, 1 May 2022 18:59:07 -0500 Subject: start adding azalea-world --- .../src/packets/game/clientbound_level_chunk_with_light_packet.rs | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (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 1d017c2a..abd936dc 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 @@ -30,5 +30,7 @@ pub struct BlockEntity { pub struct ChunkSection {} impl ClientboundLevelChunkPacketData { - pub fn read(world_height: u32) {} + pub fn read(world_height: u32) { + // let section_count + } } -- cgit v1.2.3