yurisuika / Raised

Raises the hotbar so the selector is not cut off!
GNU Lesser General Public License v3.0
17 stars 5 forks source link

[Bug] [Fabric/Quilt 1.20.1] Mod pages/configs/guis are also raised in 3.0.0 #66

Closed Aninuscsalas closed 10 months ago

Aninuscsalas commented 10 months ago

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:

Example: Screenshot from 2023-10-14 17-05-32 Screenshot from 2023-10-14 17-05-39 Screenshot from 2023-10-14 17-07-27

Logs:

https://mclo.gs/AfvkMUs

antieksi commented 10 months ago

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?

Aninuscsalas commented 10 months ago

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...

yurisuika commented 10 months ago

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.

yurisuika commented 10 months ago

I can confirm the same course of action must be taken with Better Statistics Screen.

yurisuika commented 10 months ago

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.