Compatibility
Minecraft: Java Edition
Platforms
Supported environments
Links
Tags
Creators
Details
SeamlessChunks makes chunk loading feel smoother on Minecraft 1.21.1–1.21.11 and 26.1–26.2 for Fabric and NeoForge.
Instead of sticking to vanilla send limits, this mod speeds up the server chunk pipeline, boosts how fast the client can receive and render chunks, and automatically adjusts when conditions change — low ping on LAN gets a more aggressive send rate, while high ping or packet back-pressure slows things down to stay stable. Scheduling and priority work can run on a dedicated worker pool so multi-core CPUs help without fighting vanilla worldgen threads.
What it does
- Faster chunk sending — higher configurable send rates, optional light-wait bypass, and extra chunk-cache passes
- Network adaptation — scales send speed based on ping and unacknowledged batch pressure
- Multiplayer fair share — reduces per-player send pressure when TPS drops or more players are online
- Smart chunk priority — sends chunks in your view direction and predicted movement path first
- Multithreaded scheduling — worker pool (Auto / Manual) for priority scoring and planning; auto-throttles when TPS drops. Does not replace vanilla worldgen threads or run Level/Entity work off-thread
- In-game settings — click the SC button on the title screen (next to Singleplayer) or in the pause menu (next to Back to Game)
- Compatibility mode — gentler behavior when other chunk mods are installed
Initial World Generation Performance
Initial world generation can also be significantly faster than Vanilla Minecraft.
Example benchmark
- CPU: Intel Core i5-7200U (2 Cores / 4 Threads)
- Memory: 16 GB
- Test: First-time world generation
| Version | Time |
|---|---|
| Vanilla Minecraft | 35 s |
| SeamlessChunks | 22 s |
Result
- 13 seconds faster
- 37% shorter initial world generation time
- Up to 1.59× faster than Vanilla in this test
In this benchmark, Vanilla displayed the "Loading Terrain" screen for several seconds before spawning. With SeamlessChunks, that screen was nearly eliminated, allowing the player to enter the world much sooner.
Results depend on hardware, world seed, render distance, and other installed mods. Performance improvements may vary.
Client & server
Works on both client and server. For dedicated servers, install on the server for the main improvements. Clients are optional but recommended for the settings UI and client-side optimizations. Singleplayer only needs the mod on your client.
Requirements
- Minecraft 1.21.1 – 1.21.11, 26.1 – 26.2 (use the jar built for your exact game version; the 26.1 build targets 26.1.2)
- Java 21+ (1.21.x) or 25+ (26.x)
- Architectury API
- YetAnotherConfigLib (YACL) (settings UI)
- Fabric API (Fabric only)
Configuration
Settings can be changed in-game via Mod Menu / the NeoForge mods list, the pause-menu SC button, or in config/seamlesschunks.properties. Requires YetAnotherConfigLib (YACL).
Useful keys for the new worker pool: workerPoolEnabled, workerPoolMode (auto / manual), workerPoolThreads (Manual mode, 1–16).
Beta: Test on a backup world before using it on important saves. Some changes apply after rejoining a world.


