Tickrate API
I don't know my version or loader
Tickrate API is simple(?) library mod for manipulate in-game tickrate.
Inspired from Tickrate Changer by Guichaguri
Basic Usage:
Use TickrateUtil class to modify in-game tickrate.
Entities will have a tickrate with highest priority.
Default priority is 1000.
Most of method should be self-explanation.
- TickrateUtil#setBaseTickrate
Permanently change tickrate of entity.
Only need to call once.
- TickrateUtil#setTickrate
Temporarily change tickrate of entity.
Need to call every tick.
While you can call this in anywhere, using 0 tickrate inside LivingTickEvent won't work since event is not fired.
in that case, use below event instead.
- EntityTickEvent
Unlike LivingTickEvent, this event is fired for every entities, including player.
If tickrate of entity is 0, it will be fired with 20 tickrate.
Fired on both sides.
For create a new instance of TickrateTimer, use TickrateTimer#createDefault or TickrateTimer#createWithTickrate
Pressing F3 + B will show existing tickrate areas in dimension.
Also there is in-game command for none-developer.
For remove area, put -1 tickrate with same coordinate.
/tickrate entity <targets> <tickrate> [<priority>]
/tickrate dimension <dimension> <tickrate> [<priority>]
/tickrate area <dimension> <from> <to> <tickrate> [<priority>]
- Edition: Minecraft Java
- File type: .jar
- Minecraft versions listed: 1.20.1, 1.19.2, 1.21
- How to install: Install the matching mod loader (Forge, Fabric or NeoForge) for your Minecraft version. → Download the .jar. → Put it in the .minecraft/mods folder and launch that loader profile.
- Where to get it: Opens on CurseForge — not every file is mirrored on our own servers.
Install steps are the general flow for this file type — How to install Minecraft Java mods & modpacks walks through it step by step.
- Ships as tickrateapi-2.0.0.jar — drop this file into the mods folder
- Download size: 36 KB
- Download link checked 27 Aug 2026 — working
These come from our own check of the pack file, not from the source page.