LXGaming / Sledgehammer

Smashes the stupid out of the client & server.
Apache License 2.0
16 stars 5 forks source link

Improved fix for MC-88176 and related culling bugs #22

Closed embeddedt closed 3 years ago

embeddedt commented 3 years ago

The new version of the fix expands the chunk's bounding box on all axes, instead of just the Y axis. This addresses an issue where the ender dragon could disappear from view if you looked away to the left or right.

There was also another issue I found where the MC-88176 issue would appear, but unlike the conditions described in that issue, you could still hit the entity and have the damage register. I'm not sure exactly why this happens. This version of the fix seems to have at least hidden that issue. In any case, since it is still possible to interact with the entity if/when the second issue does occur, it is a lot less game-breaking.