
[Bug] [Fabric/Quilt 1.20.1] Mod pages/configs/guis are also raised in 3.0.0
Aninuscsalas opened this issue ยท 5 comments
When the hotbar is raised, modded guis, like settings screens, config pages, other full window guis are also raised.
Some mods that have this issue:
- Iris
- Better Stats Screen
- Some FancyMenu screens
Logs:
Just noticed that you also wrote about this, I do have the same issue, though on Fabric.
Do you have the GUI moved up in resourcepack settings?
Just noticed that you also wrote about this, I do have the same issue, though on Fabric. Do you have the GUI moved up in resourcepack settings?
Sometimes, if i only have raised installed then it doesnt happen, but when using it in my modpack it happens
Also, the Hud and Chat heights break different things...
Setting the config option for extended mod support to false seems to resolve this.
This implies that Iris's shaders menu is rendered at either the head or tail of the render method for the HUD.
You may find some mods that require that support to be enabled to move their HUD elements, however.
I can confirm the same course of action must be taken with Better Statistics Screen.
I haven't figured out how to get FancyMenu to work, but I'll take your word for it. It mostly likely requires the same course of action.
Anyways, this was foreseen and is the reason why this is a config option. I will update the wiki to include these on a list of mods which require extended mod support set to false.