diff options
| author | mat <github@matdoes.dev> | 2022-05-01 18:59:07 -0500 |
|---|---|---|
| committer | mat <github@matdoes.dev> | 2022-05-01 18:59:07 -0500 |
| commit | 4d75415130a008f83c3bd594ca4cefd01f3d53dd (patch) | |
| tree | e49084ef517a88bf8fd664459eb9634b647bb29e /azalea-protocol/src | |
| parent | c2262a212328e7a9e00091d7b41a8d8bfb5b3007 (diff) | |
| download | azalea-drasl-4d75415130a008f83c3bd594ca4cefd01f3d53dd.tar.xz | |
start adding azalea-world
Diffstat (limited to 'azalea-protocol/src')
| -rw-r--r-- | azalea-protocol/src/packets/game/clientbound_level_chunk_with_light_packet.rs | 4 |
1 files changed, 3 insertions, 1 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 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 + } } |
