stackotter / delta-client

An open source Minecraft Java Edition client built for speed.
https://deltaclient.app
GNU General Public License v3.0
313 stars 33 forks source link

Blocks don’t render on Hypixel and some other servers #156

Closed stackotter closed 1 year ago

stackotter commented 1 year ago

When playing on Hypixel or certain other non-vanilla servers, 0 chunks get rendered even though they load in (physics still works correctly). Entities still render. My guess is that it’s either a concurrency issue or an occlusion culling issue that somehow causes every chunk to count as not visible?

I was looking into this before I went on holidays but I can’t really remember what I found. I have a vague feeling that I looked into occlusion culling and it seemed fine.

stackotter commented 1 year ago

I had already fixed this in the past but someone encountered it so I opened an issue for it. It turns out that the server was actually just barrier blocks and entities so it was rendering fine.