Started by
CharlyMan
on
Topic category: Help with Minecraft modding (Java Edition)
I'm making a mod that needs to use the player tick update but I don't know how fast that is. The speed is crucial to the mod so if anybody knows the player tick update speed please tell me.
I heard from somewhere that a player tick update was every 4 ticks I think? (which is equal to 0.2 seconds), BUT I may be wrong.
It might instead be every 1 tick, which is equal to 0.05 seconds.
From what i know it should be every tick so 20 ticks per second.
However i know that this event is triggered once on server side and once on client side so some sometimes you can see that procedure was run twice per tick.
20 ticks per second