[1.12.2 Client] Severe slowed Client Loading
Morpheus1101 opened this issue ยท 6 comments
When starting the client its gets to the point where the below occurs and takes quite a long while significantly slowing down the client loading to 5min+ just in the aspect checking alone.
20:54:59] [ThaumicJEI Aspect Cache/INFO] [thaumicjei]: ItemStack Aspect checking at x%
[20:55:04] [ThaumicJEI Aspect Cache/INFO] [thaumicjei]: ItemStack Aspect checking at x%>
This is a snippet for the client im currently loading an waiting to finish loading. https://gist.github.com/Morpheus1101/b58fc727799b182f62d16eb30714d350
It can't slow down the client thread, because it doesn't happen in the client thread. It doesn't make sense, I have tested it in the pack ATM where the aspect checking takes 17min and the client loads in 6.
With this pack, the client dosent finish loading to be functional until after the Aspect Checking has finished, which takes quite sometime, but if this is intentional then so be it.