Dev Heads causing lag
alexgeek opened this issue ยท 3 comments
Hey I posted an issue on the RebornCore repo about this as the code that gets the heads is in RebornCore. I've done a little digging and found the cause is adding the dev heads on on line 135 here.
Adding the heads in and not hiding them in JEI causes severe lag due to the number of textures it tries to retrieve at once. Further, they don't seem to be cached so the repeated requests cause an AuthenticationException as you can see in my log in the RebornCore issue.
This causes severe lag any time I scroll past the heads or search for something that matches any of them. They can be manually hidden in JEI but I have found that they do not stay hidden on relogging.