Looks like the lighting algorithm is fast enough. Removed all the complex async sending.
This commit also reduces the data sent by a lot. Vanilla assumes that sections above the heightmap are fully lit, so we don't need to send them. Previously we were sending them and it was destroying client performance.
Looks like the lighting algorithm is fast enough. Removed all the complex async sending. This commit also reduces the data sent by a lot. Vanilla assumes that sections above the heightmap are fully lit, so we don't need to send them. Previously we were sending them and it was destroying client performance.