Occlusion Culling Temp Fix
This mod serves as a temporary solution for bug MC-70850 in Minecraft version 1.15.2, which works by disabling the Occlusion Culling system.
Potential Side Effects
Due to the specific nature of this fix, users may experience some FPS reduction. However, developers assure that the performance impact won't be too significant.
Problem Demonstration
![]()
The image shows a chunk with the "VISIBLE" text that becomes invisible in the vanilla version precisely due to bug MC-70850. A test map for checking this issue can be obtained via the corresponding link.
Technical Features
This modification fixes only bug MC-70850. Note that there is a similar problem numbered MC-63020, but it's already resolved in the Optifine modification.
Compatibility with Other Mods
No conflicts with other modifications have been identified so far. The solution is implemented through the Mixins system with method overwriting net.minecraft.client.renderer.chunk.VisGraph#computeVisibility. The mod authors note that if other mods also modify this method, it would be considered incorrect usage.
Important Information
Developers don't plan to add new features to this mod to preserve its original purpose. All bug reports should be posted in the GitHub issue tracker. Note that the universal version of the mod might work with MC1.14.4, however developers haven't tested it on this version and don't take responsibility for potential issues.