promotional bannermobile promotional banner

Madgique's Tickrate Changer

Change the speed that your game will run.

File Details

Madgique's Tickrate Changer 1.0.0 (Forge)

  • R
  • Nov 27, 2025
  • 192.12 KB
  • 2.5K
  • 1.20.1
  • Forge

File Name

madgique_tickrate_changer-1.20.1-1.0.0-forge.jar

Supported Versions

  • 1.20.1

Curse Maven Snippet

Forge

implementation fg.deobf("curse.maven:madgique-tickrate-changer-1096779:7268342")
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

Added

  • /tickrate <ticks> <player> command to change tickrate for a specific player
  • --dontupdate flag for /tickrate setdefault command (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 setLastMs call in TimerMixin)
  • Removed incomplete /tickrate setmap references 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 ITickrateChanger for timer manipulation
  • Improved mixin structure for client tickrate changes