July 14, 20205 yr 46 minutes ago, ViktorNguyen said: Do i need to use Deferred Registry to registry key bind No, you do not need to use deferred registry, you can add a custom keybinding in the FMLClientSetupEvent like so: keyBinding = new KeyBinding("description here", GLFW.GLFW_KEY_P, "category here"); // keyBinding is a static variable ClientRegistry.registerKeyBinding(keyBinding);
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.