Back to mods
KeybindsTweaker project artwork

CurseForge · Minecraft mod

KeybindsTweaker

Crafttweaker addon for Keybinds

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

Quick answer

Which KeybindsTweaker release should I use?

Updated 2 years ago
Latest stable file keybindtweaker-1.0.jar
Game version 1.12.2
Loader Forge

KeybindsTweaker keybindtweaker-1.0.jar targets 1.12.2 with Forge. The project page does not say whether this file belongs on the client, dedicated server, or both. All 1 required mods have matching files.

Where it goes

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

The project page does not say whether this file belongs on the client, dedicated server, or both.

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 KeybindsTweaker keybindtweaker-1.0.jar need?

keybindtweaker-1.0.jar. Change the file and its required mods may change too.

All 1 required mods have matching files

Install CraftTweaker first. We found matching files for this game-version and loader setup.

CraftTweaker Needed by KeybindsTweaker keybindtweaker-1.0.jar
required
Matching file found Matched file: CraftTweaker2-1.12-4.1.20.699.jar

We only count dependency files that match this setup. A file for another loader does not fill the gap.

Before you install it

Add KeybindsTweaker without breaking your instance.

Built for KeybindsTweaker keybindtweaker-1.0.jar. Pick another file and the loader, install side or required mods may change.

  1. 01

    Stick to this file

    Use keybindtweaker-1.0.jar. It targets 1.12.2 with Forge; another release may have different loader, side or dependency requirements.

  2. 02

    Bring the mods it needs

    Install CraftTweaker first. We found matching files for this game-version and loader setup.

  3. 03

    Put it on the correct side

    The project page does not say whether this file belongs on the client, dedicated server, or both.

  4. 04

    Pick the file you checked

    Use the “Get this file” button beside keybindtweaker-1.0.jar. It opens that exact file at the source.

About this project

What does KeybindsTweaker add?

KeybindTweaker

A crafttweaker addon provides support for keybinds.

Currently adds these methods:

//Don't forget to import!
import crafttweaker.text.ITextComponent;

//Text component for keybinds  
//ITextComponent.fromKeybind(String name);
ITextComponent.fromKeybind("key.attack");

//Text component for scoreboard and entity selector  
//ITextComponent.fromScore(String entityName,String objective);
ITextComponent.fromScore("Developer","test_objective");

//ITextComponent.fromSelector(String name);
ITextComponent.fromSelector("@p");

Example:

Adds attack key to crafting table's tooltip

import crafttweaker.text.ITextComponent;
import crafttweaker.item.ITooltipFunction;
var kb1 = ITextComponent.fromKeybind("key.attack");
//Use advanced tooltip so tooltip updates after player changed the keybind
<minecraft:crafting_table>.addAdvancedTooltip(function(item) {   
    //Call formattedText to get text for the tooltip
    return kb1.formattedText;
});

Project description from CurseForge.

Pick your setup

KeybindsTweaker by Minecraft version and loader

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

1 available setups

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

Recent files

KeybindsTweaker versions and loaders

1 of 1 releases match

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