Hello, I am new to modding and I wanted to make a simple client-side mod to automatically fill brewing stands with water bottles taken from the inventory when opening brewing stands. But I can't find an event triggered when a container is opened on the client side, I searched and I found 'PlayerContainerEvent', but it is on the server side, and 'GuiOpenEvent', but I can't find it in 1.19.4. Does anyone have an idea on how to detect the opening of a brewing stand interface?
Thanks in advance