[Bug]: Abnormal cpu usage from Azurelib
UnnamedWei opened this issue ยท 4 comments
Mod Version
3.0.8
Minecraft Version
1.20.1
Mod Loader
Fabric
Mod Loader Version
Fabric Loader 0.16.14
Describe the bug
https://spark.lucko.me/ugPvEI3v7p
Azurelib is using 10.47% of the total usage with comparing AzureID
I installed Azurelib for https://modrinth.com/mod/anarchy-rpg.
Is this usage normal? Is there a way to reduce it?
Please tell me if you need more informations regarding this.
Thanks
To Reproduce
...
Yes, due to the nature of how this fix has to work, there really isn't a better way to do this.
This is for fixing items not getting new uuid when splitting stacks and thus causing animations to be shared across stack. This is because of how Minecraft it self checks the stacks, the mixin will not be removed and thus will be just as it is.
This is for fixing items not getting new uuid when splitting stacks and thus causing animations to be shared across stack. This is because of how Minecraft it self checks the stacks, the mixin will not be removed and thus will be just as it is.
So is it creating new 10% usage or just separate them from origin thread?