promotional bannermobile promotional banner

CLab

Bringing Hardware Occlusion Culling (HOC) to Minecraft entity rendering optimization.

File Details

clab-fabric-1.20.1-26.3.1.jar

  • B
  • May 4, 2026
  • 833.15 KB
  • 46
  • 1.20.1+1
  • Fabric + 1

File Name

clab-fabric-1.20.1-26.3.1.jar

Supported Versions

  • 1.20.1
  • 1.20

Curse Maven Snippet

Fabric

modImplementation "curse.maven:clab-1531205:8036128"

Quilt

modImplementation "curse.maven:clab-1531205:8036128"
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

feat(renderer): add hardware occlusion culling for block entities

  • Implemented HardwareOcclusionBlockEntityCuller with OpenGL query-based visibility detection
  • Added BlockEntityCullingManager to handle registration and culling logic for block entities
  • Integrated block entity culling into rendering pipeline via MixinBlockEntityRenderDispatcher
  • Enhanced MixinLevelRenderer to process block entity queries after rendering phase
  • Added support for distance-based query frequency adjustment and result batching
  • Implemented proper resource management with query pool growth and cleanup routines
  • Updated ClientClass to initialize and manage block entity culling system alongside entity culling