# Frustum Boost
Frustum Boost is a lightweight client-side optimization mod designed to stabilize frame rates and smoothen chunk loading sequences. By adjusting how the game prioritizes world section rendering queues, it minimizes processing overhead for remote terrain structures without altering vanilla game behaviors.
## Features
* **Chunk Render Budgeting:** Dynamically throttles rendering updates for distant, non-essential chunks to prevent micro-stuttering during active generation.
* **Pipeline Optimization:** Configures the client rendering loop to allocate resources more efficiently on multi-core systems.
* **Compatibility Focused:** Built directly against standard Mojang mappings for reliable performance alongside major performance modpacks.
## Installation
1. Ensure the appropriate mod loader (Fabric or Forge) for your game version is installed.
2. Download the compiled `.jar` file from the versions tab.
3. Place the file inside your Minecraft `mods` folder.
*Disclaimer: This mod optimizes client-side terrain update buffering and does not bypass hardware performance limits or modify server-side chunk generation speeds.*