Tickrate API
This is the Tickrate API from min01 imported to Modrinth
- Загрузки
- 1K
- Подписчики
- 2
- Обновлён
- 16 июня 2025 г.
- Лицензия
- GPL-3.0-only
Опубликован 16 июня 2025 г.
This is just the Tickrate API from Curseforge by min01 imported to Modrinth.
this mod is a simple (?) library mod for my own mods this mod is inspired from Tickrate Changer by Guichaguri this mod is completely regardless with /tick command that introduced in 1.20.3+, and already developed before it was introduced
Usage : for developer, use TickrateUtil#setTickrate, TickrateUtil#setLevelTickrate, TickrateUtil#addTickrateArea to manipulate tickrates for non-developer, use in-game command /setTickrate to manipulate tickrates
example for command : /setTickrate entity @e[type=warden] 100 (this will change tickrate of warden to 100) /setTickrate dimension minecraft:overworld 100 (this will change tickrate of entire overworld to 100) /setTickrate area minecraft:overworld 0 0 0 10 10 10 100 (this will add new tickrate area to overworld, entities or particle inside area will have 100 tickrate, for remove area, put exact same coordinate and 20 tickrate) /setTickrate exclude @e[type=warden] true (this will exclude warden from affected by dimension tickrate, put false to include again)
Ченджлог
4.0.0Релиз1.20.1 · 16 июня 2025 г.
improved code
Комментарии
Загружаем…