multiconnect

multiconnect

108k Downloads

Chunks not rendering when the chunks around it are not loaded on 1.8 protocol

Justsnoopy30 opened this issue ยท 2 comments

commented

In 1.9+ clients, a chunk only renders if the chunk N S E and W of the current chunk are loaded. 1.8 does not do this normally, so the client is not sent any empty chunks around this. With multiconnect translating from 1.8 protocol, the 1.8 server does not send those empty chunks around a chunk, so the client does not render the chunk.
Source:
image

The fix:

  • The workaround is to load the chunks with blank chunks, and even if you load the chunk with a blank chunk, the next chunk packet will overwrite the blank one
  • Init the chunks NSE&W directly

Source:
image

Thanks to Lizard for helping us avoid a debugging nightmare and explaining what's causing the problem and how it could be fixed!

commented

Does this still occur on the latest version?

commented

I've got this on bridger.land
2021-08-30_17 01 44