diff --git a/src/chunk.rs b/src/chunk.rs index 213886f..684bfab 100644 --- a/src/chunk.rs +++ b/src/chunk.rs @@ -575,8 +575,7 @@ impl LoadedChunk { chunk_x: pos.x, chunk_z: pos.z, heightmaps: compound! { - // TODO: placeholder heightmap. - "MOTION_BLOCKING" => vec![0_i64; 37], + // TODO: MOTION_BLOCKING heightmap }, blocks_and_biomes: scratch, block_entities: vec![], // TODO