Tech Reborn

Tech Reborn

30M Downloads

Dev Heads causing lag

alexgeek opened this issue ยท 3 comments

commented

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.

commented

I dont think we need this, this can just be removed

commented

Mojangs is to blame for not caching requests, i think they should fix it soon.

commented

We can remove the dev heads untill they fix it.