KeyBinding Hider
A simple modification that allows hiding specific key assignments in the game interface.
Developer's Note: This mod was created specifically for my modpack, so I cannot guarantee its proper operation in other conditions.
Configuration and Usage
To configure key hiding, you need to edit the configuration file config/key_binding_hider.toml. The mod will automatically hide all key assignments that begin with the values specified in the KeyBindings parameter.
SetKeyBindingToUnknown = true
KeyBindings = ["key.jei"]
Example: The configuration above allows hiding and disabling all keys related to JEI (Just Enough Items).
Licensing
This mod is distributed under the MIT license. The full license text is available in the corresponding LICENSE file.