
Entity Tickrate API
This mod is a library solution developed for my own projects. The creation idea was inspired by the Tickrate Changer mod by Guichaguri.
It's important to note that this mod is not related to the /tick
command that appeared in Minecraft version 1.20.3 and above. The development of Entity Tickrate API was underway long before this command was introduced.
Usage Options
For developers:
Use the TimerUtil#setTickrate
method to change the update speed of entities in the game.
For regular players:
Use the in-game command /setTickrate <entity> <speed>
to manage the update speed of any entities.
Command Examples
/setTickrate @e[type=minecraft:warden] 100
- sets the warden's update speed to 100
/setTickrate @e[type=minecraft:warden]
- resets the warden's update speed to the standard value of 20