
More Culling
A mod that changes how multiple types of culling are handled in order to improve performance
[Vanilla] Block Culling
Minecraft does block culling in order to render as little as possible. Although they do a pretty bad job at it and lots of blocks render faces you can't see
[MoreCulling] Block Culling
MoreCulling removes most faces using aggressive block culling. It's able to get much higher frames in most areas of the game, without changing any visuals.
[Vanilla] Map Culling
Minecraft does not cull stuff like maps behind blocks, causing huge performance loss for no reason
[MoreCulling] Map Culling
MoreCulling correctly culls there maps, and does the same for signs. Resulting in a much smoother and faster game
[Vanilla] Item Frames
Item Frames are generally known as being really laggy in minecraft. Also causes very unstable FPS resulting in frame freezing
[MoreCulling] Item Frames
MoreCulling handles item frames very aggressively. It's able to properly optimize the rendering to make sure your game stays smooth and consistent. Find out more at: https://github.com/fxmorin/MoreCulling/wiki/Item-Frame-Culling#comparing-performance
[Vanilla] Beacon Beams
The terrible beacon rendering performance in Vanilla
[MoreCulling] Beacon Beam Culling
MoreCulling adds frustum culling to beacon beams.