Broken in older versions
fatih1d opened this issue ยท 3 comments
Bobby is broken in old servers like uses 1.5.2 and older while it works fine on newer versions. When i join a 1.5.2 server, the mod works and shows chunks more than servers view-distance setiting, but theres a void between chunks and when i fly, the void shows off and creates again on another place. If i turn off Bobby, theres no voids and its normally. It just shows voids that doesnt even exist. My game version is 1.20.4 and the server also supports versions like 1.20.4 while its 1.5.2
Screenshots below.
I'm assuming whatever compatibility plugin allows you to join with such a hugely different version is actually actively adding an empty outer row of chunks to get the client to properly render all chunks. Modern clients by default will not render chunks that don't yet have any neighbors, hence why such an empty row of chunks would be necessary.
And if the server is sending an empty row of chunks, then the game showing an empty row of chunks is correct behavior, so nothing Bobby can really do here.