ChunkGenLimiter - Chunk Generation Limiter
This compact mod provides the ability to control chunk generation speed to optimize server performance.
Two parameters are available in the settings, which can be modified directly in the game through the graphical interface:
chunksPerTick = 2 maxChunkGenMillis = 5
By default, vanilla Minecraft has values of 50 chunks per tick and a maximum generation time of 50 milliseconds. However, the game usually cannot generate 50 chunks within the allotted 50 ms, so the time limit is constantly exceeded. Chunk generation also slows down other world processing processes, often leading to an increase in tick time to 100 ms or more.
When using many mods that significantly slow down world generation, even 1 chunk per tick may be too much load. In such cases, the problem requires other solutions.