Cool, today I implemented update of voxel field in multiplayer environment. Currently update of voxels is sent per chunk of voxels (32x32x64) and compressed by RLE. Implemented using UDP networking, as other client-server communication. Update of voxel field is done on server and sent to client.