Tickrate API
作者:rebot | 分类:模组
Minecraft 版本: 1.20.1
平台: forge
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)
请登录后举报
暂无评论,抢个沙发吧~