ModMIT
Culler
Boosts performance by culling distant entities and block entities.
22.0K
Downloads
31
Followers
5 months ago
Updated
📦
18
Versions
📖About Culler

Client-side mod that improves performance by intelligently hiding (culling) distant entities and block entities that are not visible to the player.
It’s simple, optimized, and works seamlessly with most visual mods and shaders.
How It Works
The mod skips rendering of objects beyond a configurable distance, saving resources and boosting FPS.
Each object type (mobs, boats, signs, item frames, etc.) can have its own render distance.
Key visual elements remain visible within reasonable ranges to preserve the game’s look.
Features
- Optimized culling algorithm with minimal performance impact.
- Separate distance settings for different object categories.
- Display entity support (Item Display, Block Display, Text Display).
- Full shader and render mod compatibility.
Known Issues
Signs will not be culled if Enhanced Block Entities is installed with sign culling enabled, because it uses baked models for signs.