Quick Boot
Short explanation: Quick Boot is a fork of the Fastload mod - a relatively simple enhancement that modifies key aspects of world loading to significantly speed up this process.
Compatibility:
- Client (optional)
- Server (optional)
Key features:
- 441 Pre-generator: Completely reworked system that synchronizes chunk generation with their rendering.
- Loading screens: Cancelable option (configurable in settings).
- Rendering: Pre-rendering phase (configurable in settings).
Recommended to use with:
- C2ME: Optimizes chunk generation.
- Sodium: Optimizes chunk rendering.
Detailed explanation: The 441 chunk loading system works exactly as the name suggests. The reason for choosing exactly 441 chunks is that it generates chunks in a 10-chunk radius as a square. Multiply this by 2, add 1 (since you're standing on a chunk) and square it. Fastload removes this feature because it's a huge waste of time. Instead, only 1 chunk (the spawn chunk) will be loaded, and the rest of the spawn region is loaded during the early rendering phase.
Additionally, the mod replaces some loading screens with its own implementation. This allows rendering to begin immediately instead of pausing it until the player spawn packet is received.