CurseForge · Minecraft mod
KeybindsTweaker
Crafttweaker addon for Keybinds
Quick answer
Which KeybindsTweaker release should I use?
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.
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.
Install CraftTweaker first. We found matching files for this game-version and loader setup.
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.
- 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.
- 02
Bring the mods it needs
Install CraftTweaker first. We found matching files for this game-version and loader setup.
- 03
Put it on the correct side
The project page does not say whether this file belongs on the client, dedicated server, or both.
- 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.12.2
1 loader buildCheck the dependencies, then try the file in a copied instance before changing a world you care about.
Recent files
KeybindsTweaker versions and loaders
keybindtweaker-1.0.jar
26 Aug 2024
Looking for an older file? The official CurseForge project page is in Resources.