

Optimizer
What is Optimizer?
Optimizer is a project aimed at improving Minecraft performance, including TPS (ticks per second) and MSPT (milliseconds per tick) optimization.
Important feature: after loading a world with the mod installed, it can be removed. A single use is sufficient to achieve the effect.
How It Works
Modification of the game rule disableElytraMovementCheck
Disables speed limit checks when using elytra. This eliminates most player position rollbacks but makes cheating easier on servers.
Modification of the game rule disablePlayerMovementCheck
Removes player movement speed restrictions. This measure prevents frequent rollbacks but creates conditions for unfair gameplay in multiplayer mode.
Modification of the game rule spawnChunkRadius
Disables spawn chunk simulation. This significantly reduces RAM consumption and CPU load, but systems dependent on spawn chunk functionality cease to work.
Compatibility
Optimizer is compatible with any modifications and works in all environments.