your current location:首页 > news>Block generation limit

Block generation limit

2024-12-15 01:57:07|Myriagame |source:minecraft skins

This module limits the number of blocks generated by each Tick game to improve server performance.

There are two configuration options in this module, which can be modified in the game:

Chunkspertick = 2 // The number of blocks generated by each tick is 50.

Maxchunkgenmillis = 5 // The maximum time consumption of the block (unit: millisecond), the original version is 50.

Because Minecraft itself does not reach the speed of 50 blocks per TICK within 50 milliseconds, a large number of block generation will also lead to a longer TICK time in other parts of the world, and it is not uncommon for more than 100ms per TICK.Using this module for restrictions can achieve the effect of saving server resources.

Excessive installation modules will significantly reduce the speed of the world. Chunkspertick will cause delay even if it is adjusted to 1. In this case, the use of this module is incomparable.

Minecraft images

Minecraft images

Minecraft images

In addition to other statements, MCMOD.CN, all open public editing content uses the BY-NC-SA 3.0 protocol.