Download Heldable — Minecraft Mods — MetaMods

Heldable

Active

Downloads

0

Last update

1 year ago
Client
Utils

Heldables

Heldables is a lightweight and user-friendly Minecraft Forge mod that enables you to automate key presses using just one macro key. Perfect for holding down keys like Z, which is especially helpful when using abilities in mods such as Tensura Reincarnated!


Main Features

  • Macro Key: Press the . (period) key to toggle holding a selected key (e.g., Z).
  • Customizable Settings: Easily adjust the macro key or the key to be held directly in the code.
  • Minimal Performance Impact: Lightweight design ensures smooth gameplay with no noticeable effect on performance.
  • Forge Compatibility: Specifically built for Minecraft Forge version 1.19.2.

Installation Guide

  1. Download the .jar file from the Files section.
  2. Place it in the .minecraft/mods/ folder.
  3. Launch Minecraft using the Forge profile.

How to Use

Default Keybindings

  • Macro Key: . (period) to toggle holding the specified key.
  • Held Key: Z (can be modified in the code).

How It Works

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

Customization

To change the macro key or the key to be held, 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);
Project members
Sourish25

Sourish25

Created: 4 Jan 2025

ID: 99818