Mineuniverse
Log in Register
Mods

KeyBinding Hider

A simple mod for hiding specific key bindings in the GUI.
by im_gizmo
Download Claim this project
9,599 downloads
0 likes
Updated Jul 6, 2026
0 hypes
Miscellaneous

KeyBinding Hider

A simple mod for hiding specific key bindings in the GUI.

This mod was developed by me for my modpack, I cannot guarantee that it will work properly in other situations.

How to use

Most users can configure hidden key bindings through the in-game configuration screens.
However, advanced users may also edit the configuration file manually to achieve more complex behavior.

The following example shows the contents of config/key_binding_hider.json.

{
  "HiddenKeyBindingsUseUnknown": true, // Set hidden key bindings to Unknown to prevent key binding conflicts.
  "HiddenKeyPatterns": [ // Key bindings with IDs matching any of these patterns will be hidden.
    "key.hotbar.9" // Hide the hotbar 9 key binding
  ],
  "HiddenCategoryPatterns": [ // Key bindings whose category matches any of these patterns will be hidden.
    "minecraft:multiplayer", // Hide the multiplayer category
    "#jei:.*" // Hide all categories matching this regular expression
  ]
}

By default, entries are treated as plain text.
If an entry starts with #, the rest of the value is treated as a regular expression.

For example, #key\.jei\..* hides all JEI key bindings, and #jei:.* hides all JEI-related categories.

License

This mod is licensed under the MIT License. You can find the full license text in the LICENSE file.

key_binding_hider-neoforge-1.2.1-1.21.1.jar
MC 1.21, Client, 1.21.1, NeoForge
Release 2026-02-24 Get
key_binding_hider-fabric-1.2.1-1.21.1.jar
MC 1.21, Client, Fabric, 1.21.1
Release 2026-02-24 Get
KeyBinding Hider 1.2.0-beta for Fabric 1.21
MC 1.21, Client, Fabric, 1.21.1
Beta 2026-01-26 Get
KeyBinding Hider 1.2.0-beta for NeoForge 1.21
MC 1.21, Client, 1.21.1, NeoForge
Beta 2026-01-26 Get
key_binding_hider-forge-1.1.0+mc1.20.1.jar
MC Client, 1.20.1, Forge
Release 2024-10-27 Get

More from im_gizmo

I have slept
56,348
TaCZ JS
1,985,888
ChatJS
158

You Might Also Like

LoadingTips
A mod that adds custom tips to the loading screen
999,218
Sampler
Performance oriented debugging/administration tools
998,926
VulkanMod
Vulkan renderer mod for Minecraft.
997,115
Charm Fixer
Disables some modules on charm to fix incompatbility issues with owo
996,251
Trading station
Basic items to item trading machines
99,755
NarrateBookForMe [FABRIC]
Adds a narration keybind, and two GUI buttons to the book screen. Text-to-speech (tts) / narration on the go! Client sided.
99,734