Описание
**Tick Stabilizer** is a lightweight mod that prevents Minecraft from overcompensating ticks after a lag spike. Instead of executing dozens of missed ticks in a single burst, this mod introduces a configurable minimum interval between ticks to ensure smoother, more stable gameplay.
## Features
- Enforces a minimum delay between ticks (default: `50ms`)
- Prevents "tick bursts" after lag or performance drops
- Simple configuration via `config/tickstabilizer.json`
- No gameplay changes - pure performance utility
- Fully compatible with other performance mods
## Configuration
{
"tickIntervalMs": 50
}
**Minimum:** 15 ms
**Maximum:** 50 ms
_If you set a value outside this range, it will be automatically corrected._
## Recommended For
- Modpacks with heavy worldgen or AI activity
- Large multiplayer servers
- Players who want smooth, consistent TPS with fewer bursts
Used in the [Legends Reborn: Medieval](https://www.curseforge.com/minecraft/modpacks/legends-reborn-medieval) modpack.