@SubscribeEvent
public void guiPostAction(GuiScreenEvent.ActionPerformedEvent.Post event) {
if (event.gui instanceof GuiInventory) {
if (event.button.id == 55) {
PacketHandler.INSTANCE.sendToServer(new PacketOpenBaublesInventory(event.gui.mc.thePlayer));
}
}
if (event.gui instanceof GuiPlayerExpanded) {
if (event.button.id == 55) {