Skip to content

v1.1.0

Choose a tag to compare

@github-actions github-actions released this 17 Jul 16:01

New Features

Keybinds

  • Added keybind shortcuts: bind a key (optionally with Ctrl/Shift/Alt) to run a sequence of commands/chat
    messages. Each action has its own input and its own delay, so you can pace a sequence step by step, and
    command inputs offer the same tab-completion as the chat box. Manage bindings in-game through the Hex Keybinds
    screen, opened via a rebindable keybind in the vanilla Controls menu; press Edit on a binding to arrange its
    actions.

Commands

  • Added a /hexa command. Run /hexa keybinds to open the Keybinds screen.

Technical Details

Core

  • Added a Feature/Module lifecycle with a central registry that wires all client events (tick, chat, world
    join/leave, shutdown) and the /hexa command hub once and dispatches to registered features, a generic
    JsonConfig config helper, and migrated the keybind feature onto them.