Started by
Drako204
on
Topic category: Help with Minecraft modding (Java Edition)
Does anybody know exactly how procedures impact performance on the game? I have a few procedures in my mod that run based on player and world tick updates. Would merging each player tick procedure into one large procedure increase performance? Here's an example:
I've also worked heavily on procedure optimization by reducing redundancy.