aboutsummaryrefslogtreecommitdiff
path: root/azalea-protocol
diff options
context:
space:
mode:
authormat <github@matdoes.dev>2022-05-01 18:59:07 -0500
committermat <github@matdoes.dev>2022-05-01 18:59:07 -0500
commit4d75415130a008f83c3bd594ca4cefd01f3d53dd (patch)
treee49084ef517a88bf8fd664459eb9634b647bb29e /azalea-protocol
parentc2262a212328e7a9e00091d7b41a8d8bfb5b3007 (diff)
downloadazalea-drasl-4d75415130a008f83c3bd594ca4cefd01f3d53dd.tar.xz
start adding azalea-world
Diffstat (limited to 'azalea-protocol')
-rw-r--r--azalea-protocol/src/packets/game/clientbound_level_chunk_with_light_packet.rs4
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
+ }
}