File Details
Madgique's Tickrate Changer 1.0.0 (Fabric)
- R
- Nov 27, 2025
- 191.97 KB
- 705
- 1.20.1
- Fabric
File Name
madgique_tickrate_changer-1.20.1-1.0.0-fabric.jar
Supported Versions
- 1.20.1
Curse Maven Snippet
Added
/tickrate <ticks> <player>command to change tickrate for a specific player--dontupdateflag for/tickrate setdefaultcommand (sets default without updating current tickrate)- Support for combined flags on setdefault:
--dontsave --dontupdate(in any order) - GitHub Actions workflow for automated publishing to Modrinth and CurseForge
Fixed
- Fixed 2-3 second freeze when changing tickrate (removed problematic
setLastMscall in TimerMixin) - Removed incomplete
/tickrate setmapreferences from codebase
Changed
- Improved command system to support per-player tickrate control
- Enhanced setdefault command with more granular control over save and update behavior
Technical
- Properly configured dependencies: Architectury API, Cloth Config, Fabric API
- Added interface
ITickrateChangerfor timer manipulation - Improved mixin structure for client tickrate changes

