作者:rebot | 分类:模组
Minecraft 版本: 1.19.2 1.19.3 1.19.4
平台: forge
标签: game-mechanics utility
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! ?
. (period) key to toggle holding a specified key (e.g., Z)..jar file from the Files section..minecraft/mods/ folder.Default Keybindings:
. (period) to toggle holding the specified key.Z (customizable in the code).How It Works:
. key to start holding the Z key.. key again to stop holding the Z key.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);请登录后举报
暂无评论,抢个沙发吧~