Modscraper Modscraper Minecraft
Tickrate API logo

Tickrate API

Mod

by min01

An library for manipulate in-game tickrate.

Type

Mod

CurseForge Downloads

533,681

CurseForge ID

969702

Last Updated

Apr 13, 2026

Description

Tickrate API is simple (?) library mod that allow to manipulate in-game tickrate.
Inspired from Tickrate Changer by Guichaguri

Note: this is completely regardless with /tick command that introduced in 1.20.3+

Basic Usage:
Use in-game command /setTickrate to manipulate tickrate.

Command Examples:
/setTickrate entity @e[type=warden] 100 (Will change tickrate of warden to 100)
/setTickrate dimension minecraft:overworld 100 (Will change tickrate of overworld to 100)
/setTickrate area minecraft:overworld 0 0 0 10 10 10 100 (Will add new tickrate area, put exact same coordinate and 20 tickrate to remove area)
/setTickrate exclude @e[type=warden] true (Will exclude warden from affected by dimension tickrate)

API Examples:
TickrateUtil#setBaseTickrate (Change base tickrate of entity)
TickrateUtil#setTickrate (Change current tickrate of entity)
TickrateUtil#setLevelTickrate (Change tickrate of dimension)
TickrateUtil#addTickrateArea (Add new tickrate area to dimension)

Similar Mods

Included in Modpacks

External Resources