KeybindsTweaker

Crafttweaker addon for Keybinds

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

The KeybindsTweaker Team

profile avatar
  • 29
    Followers
  • 51
    Projects
  • 909.6K
    Downloads

More from blue_beakerView all

  • No Block Particles project image

    No Block Particles

    • 275.0K
    • Resource Packs

    Removes block particles.

    • 275.0K
    • May 13, 2026
    • Resource Packs
    • +1
  • Unconfusion project image

    Unconfusion

    • 42
    • Mods

    A mod to make intuitive in-game tutorials for modpacks and mod players

    • 42
    • May 10, 2026
    • Mods
  • MTE Patches project image

    MTE Patches

    • 85.7K
    • Mods

    Fix bugs and add useful patches for various mods.

    • 85.7K
    • April 20, 2026
    • Mods
  • MTEEnoughItems project image

    MTEEnoughItems

    • 2.0K
    • Mods

    JEI addon for some absent recipe categories in various mods.

    • 2.0K
    • November 18, 2025
    • Mods
  • No Block Particles project image

    No Block Particles

    • 275.0K
    • Resource Packs

    Removes block particles.

    • 275.0K
    • May 13, 2026
    • Resource Packs
    • +1
  • Unconfusion project image

    Unconfusion

    • 42
    • Mods

    A mod to make intuitive in-game tutorials for modpacks and mod players

    • 42
    • May 10, 2026
    • Mods
  • MTE Patches project image

    MTE Patches

    • 85.7K
    • Mods

    Fix bugs and add useful patches for various mods.

    • 85.7K
    • April 20, 2026
    • Mods
  • MTEEnoughItems project image

    MTEEnoughItems

    • 2.0K
    • Mods

    JEI addon for some absent recipe categories in various mods.

    • 2.0K
    • November 18, 2025
    • Mods