Back to mods
KeyBindJS project artwork

CurseForge · Minecraft mod

KeyBindJS

A Kubejs Addition

Choose a version Pick your version below, then grab the matching file.

Quick answer

Which KeyBindJS release should I use?

Updated 1 year ago
Latest stable file KeyBindJS-2001-2.3.0.jar
Game version 1.20.1
Loader Forge

KeyBindJS-2001-2.3.0.jar targets 1.20.1 with Forge. The project page does not say whether it belongs on the client. The project page does not say whether it belongs on the dedicated server. 1 required mod needs a matching file.

Where it goes

Is KeyBindJS required on the client, server, or both?

The project page does not say whether it belongs on the client. The project page does not say whether it belongs on the dedicated server.

Client Source doesn’t say
Dedicated server Source doesn’t say
Loader for this release Forge
Required install it here Optional supported, not mandatory Not supported do not install here Source doesn’t say do not assume

The source does not explicitly classify this release as client-only or server-only.

What else does KeyBindJS-2001-2.3.0.jar need?

KeyBindJS-2001-2.3.0.jar. Change the file and its required mods may change too.

1 required mod needs a matching file

Install KubeJS, Rhino, Architectury API first, but 1 required mod has no matching file for this setup. Do not mix loader builds to force a match. 2 come through another mod in the chain.

1 listed on this file 2 pulled in by those mods
KubeJS Needed by KeyBindJS-2001-2.3.0.jar
required
Matching file found Matched file: KubeJS Forge 2001.6.5-build.26
Rhino Needed by KubeJS
pulled in
Matching file found Matched file: Rhino Forge 2001.2.3-build.10

2 extra mods were pulled in by other dependencies. Indented rows show who needs each one. We only count dependency files that match this setup. A file for another loader does not fill the gap.

Before you install it

Add KeyBindJS without breaking your instance.

Built for KeyBindJS-2001-2.3.0.jar. Pick another file and the loader, install side or required mods may change.

  1. 01

    Stick to this file

    Use KeyBindJS-2001-2.3.0.jar. It targets 1.20.1 with Forge; another release may have different loader, side or dependency requirements.

  2. 02

    Bring the mods it needs

    Install KubeJS, Rhino, Architectury API first, but 1 required mod has no matching file for this setup. Do not mix loader builds to force a match. 2 come through another mod in the chain.

  3. 03

    Put it on the correct side

    The project page does not say whether it belongs on the client. The project page does not say whether it belongs on the dedicated server.

  4. 04

    Pick the file you checked

    Use the “Get this file” button beside KeyBindJS-2001-2.3.0.jar. It opens that exact file at the source.

About this project

What does KeyBindJS add?

A mod that allows modpack creators to use KubeJS to register, modify, and remove key bindings.

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')
})

Note: Do NOT install this mod on servers.

Project description from CurseForge.

Pick your setup

KeyBindJS by Minecraft version and loader

Choose the version and loader you play, then open the matching release.

18 available setups

Showing the newest 12 of 18 game versions. Older files are in the list below.

Check the dependencies, then try the file in a copied instance before changing a world you care about.

Recent files

KeyBindJS versions and loaders

13 of 13 releases match

Looking for an older file? The official CurseForge project page is in Resources.