
ModsJava
Heldables
Heldables is a lightweight Minecraft Forge mod that lets you automate key presses with a single macro key. Press the period key (.) to toggle holding a…
⬇ Download on Modrinth🎮 Heldables
Heldables is a lightweight and easy-to-use Minecraft Forge mod that allows you to automate key presses with a single macro key. Perfect for holding down keys like Z for skills in mods like Tensura Reincarnated! 🚀
✨ Features
- Macro Key: Press the
.(period) key to toggle holding a specified key (e.g.,Z). - Customizable: Easily change the macro key and the key to be held in the code.
- Lightweight: Minimal performance impact, designed for smooth gameplay.
- Forge Compatibility: Built for Minecraft Forge 1.19.2.
📥 Installation
- Java Version: Ensure you have Java 17 or higher installed.
- Download the
.jarfile from the Files section. - Place the file in your
.minecraft/mods/folder. - Launch Minecraft with the Forge profile.
🎮 Usage
Default Keybindings:
- Macro Key:
.(period) to toggle holding the specified key. - Held Key:
Z(customizable in the code).
- Macro Key:
How It Works:
- Press the
.key to start holding theZkey. - Press the
.key again to stop holding theZkey.
- Press the
🛠️ Customization
To change the macro key or the held key, modify the following lines in the code:
private static final KeyMapping MACRO_KEY = new KeyMapping("key.heldables.macro", InputConstants.Type.KEYSYM, GLFW.GLFW_KEY_PERIOD, "key.categories.heldables");
InputConstants.Key key = InputConstants.Type.KEYSYM.getOrCreate(GLFW.GLFW_KEY_Z);
Quick facts
- Edition: Minecraft Java
- File type: .jar
- Minecraft versions listed: 1.19.2, 1.19.3, 1.19.4
- How to install: Install the matching mod loader (Forge, Fabric or NeoForge) for your Minecraft version. → Download the .jar. → Put it in the .minecraft/mods folder and launch that loader profile.
- Where to get it: Opens on Modrinth — not every file is mirrored on our own servers.
Install steps are the general flow for this file type — How to install Minecraft Java mods & modpacks walks through it step by step.
Verified by MCModsHub
- Ships as sourish25heldables-1.0.1.jar — drop this file into the mods folder
- Download size: 5 KB
- Download link checked 30 Aug 2026 — working
These come from our own check of the pack file, not from the source page.