

TT20 - TPS Optimizer for Minecraft
TT20 mod solves lag issues on servers with low TPS by recalculating time intervals for various game processes.
How It Works
Instead of fighting the causes of lag, TT20 changes the way ticks are calculated. When the server is running slowly, the mod recalculates the duration of various actions by multiplying the original time by the current TPS and dividing by 20 (maximum TPS value). This allows players to barely notice game slowdown even with serious performance issues.
Currently Implemented Features
- Block breaking delay
- Food consumption time
- Item pickup delay
- Block entity tick acceleration (experimental feature)
- Portal usage delay
- Sleeping time
- Potion effect duration
- Fluid spread speed
- Random tick speed
- Day/night cycle
In Development
- Entity death animation
- Block state change delay
Usage Notes
The name TT20 comes from the formula ticks*tps/20
, which is used to recalculate time intervals. The mod is compatible with Fabric API and can be configured through configuration files.
If you encounter compatibility issues or have suggestions for improving functionality, create appropriate requests in the bug tracking system.