Posted October 13, 20159 yr Is there any way to override the current inventory key binding so that I can open my custom gui in place of the the existing player inventory?
October 13, 20159 yr Author Okay figured it out, you can use... Minecraft.getMinecraft().gameSettings.keyBindInventory.isPressed() ... in your key handler class to check if a certain key binding is pressed.
October 13, 20159 yr Just wanted to let you know that hiding vanilla inv behind yours on client side, it not equal to replacing it. You can still open vanilla's one. To not be able to do that you would need Gui/Container events (which are available). 1.7.10 is no longer supported by forge, you are on your own.
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.