/
Optimizes how the advancements screen is rendered
Some mods that modify the advancements screen might be incompatible!
Minecraft has to render a lot of textures when drawing the advancements screen. These include
For each one it draws all the textures individually, requiring communication with the GPU each time.
The mod improves performance by batching most draw calls, so only a single one is made. Furthermore, it avoids drawing textures which are outside the advancements screen.
!A picture with the mod disabled
!A picture with the mod enabled

Optimizes rendering the advancements screen