File Details
clab-fabric-1.21-26.3.jar
- B
- May 3, 2026
- 47.34 KB
- 17
- 1.21.1+1
- NeoForge
File Name
clab-neoforge-1.21-26.3.jar
Supported Versions
- 1.21.1
- 1.21
Curse Maven Snippet
feat(rendering): add hardware occlusion culling for block entities - Implemented HardwareOcclusionBlockEntityCuller with OpenGL query-based visibility detection - Added BlockEntityCullingManager to handle registration and management of block entity cullers - Integrated block entity culling into LevelRenderer with proper mixin injections and redirects - Created IBlockEntityCuller interface for standardized culling implementation - Optimized rendering by caching camera position and using batched queries - Added proper resource cleanup and pool management for GPU queries

