Certain Interfaces causes big fps drops
ShatterdPotato opened this issue ยท 1 comments
Whilst Minecraft does natively lower fps in container screens to save resources, the latest version of this mod significantly decreases the frames on certain screens. The two in which I've noticed the irregularity is are the crafting interface screen and the mod screen. I have attached pictures of the fps in certain screens below:
Inventory fps(Normal decrease):
Crafting Interface decrease(Irregular decrease):
Classic Crafting Interface(Normal Decrease):
Creative Inventory Screen(Normal Decrease)::
Mod Screen(Irregular Decrease):
I'm not so sure what about the Crafting Interface screen causes a drop, since the Creative Screen which draws many more images is lowered in a reasonable manner, but this has only started as of recently with the latest version.
Yes, I'm aware of this, and most of this performance drop is due to the game's poorly optimized rendering. To be more specific, the Crafting Interface always checks if you can craft the items on the screen, which causes a certain loss of performance, and has translucent items most of the time, along with the mods screen that has the tooltip box which is also translucent, and this translucency is mainly responsible for this drop in FPS, and there is not much point in changing the texture, due to the fact that it is enabled in the code