HomeJavaModsHeldables
Heldables
ModsJava

Heldables

by Sourish25 · on Modrinth

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

Minecraft Forge License GitHub

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


📥 Installation

  1. Java Version: Ensure you have Java 17 or higher installed.
  2. Download the .jar file from the Files section.
  3. Place the file in your .minecraft/mods/ folder.
  4. Launch Minecraft with the Forge profile.

🎮 Usage

  1. Default Keybindings:

    • Macro Key: . (period) to toggle holding the specified key.
    • Held Key: Z (customizable in the code).
  2. How It Works:

    • Press the . key to start holding the Z key.
    • Press the . key again to stop holding the Z key.

🛠️ 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

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

These come from our own check of the pack file, not from the source page.

Explore more