opekope2 / OptiGUI

Blazing fast custom GUI textures on Fabric and Quilt with built-in OptiFine custom GUI resource pack support
https://opekope2.dev/OptiGUI/
MIT License
23 stars 7 forks source link

[BUG] Server GUIs do not trigger overlay #110

Open ixnoahlive opened 1 month ago

ixnoahlive commented 1 month ago

Expected Behavior

As seen when opening a chest named Player Housing, the modified texture is applied.

image

Actual Behavior

When opening the Housing Browser GUI, the texture is not applied, even with no wildcard on the name it refuses to apply.

image

Steps To Reproduce

.ini file used:

[chest]
name.wildcard=?Player Housing?
replacement=homestead:textures/browser.png

Loader and its version

Fabric Loader 0.16.2

OptiGUI version

2.3.0-beta.2+1.21

Behavior difference

Anything else

No response

ixnoahlive commented 1 month ago

Looking into this further, it only appears that the GUI only applies during/very shortly after interacting with a container as a configuration GUI for chests in Hypixel's Housing gamemode applies it just fine.