KeyBindJS logo

KeyBindJS

Mod

by yiran1457

A Kubejs Addition

Downloads

1,271,280

Type

Mod

CurseForge ID

1212200

Last Updated

Apr 9, 2026

Description

If you are making a modpack, I recommend using the "Smart Key Prompts" mod.
You can find more usage examples in the wiki

Below is an example of changing the default accessory menu key to ALT+X (moved under vanilla's Misc category) and removing the jump key binding:

KeyBindEvents.modify(event => { event.modifyKey('key.curios.open.desc', GLFM.GLFM_KEY_X) event.modifyModifier('key.curios.open.desc', KeyModifier.ALT) event.modifyCategory('key.curios.open.desc', 'key.categories.misc') event.remove('key.jump') })

Similar Mods

Included in Modpacks

External Resources