Skip to content
MyoWiki Myotus · 1.21.1

Terminal Features

Myotus focuses on terminal behavior and extension hooks, so the visible feature set is intentionally lean unless another addon builds on top of it.

Both supported lines include:

  • a terminal settings entry point
  • a Myotus-specific client config file
  • terminal-aware keybinding context
  • integration-aware command output
  • Includes a terminal settings screen registered through MyotusConfigTab.initialize()
  • Supports sorting active tabs first through the activeTabSorting client option
  • Can optionally open the side panel automatically when the terminal opens
  • Keeps the terminal settings screen and side-panel open behavior
  • Adds a dedicated keybind for toggling the sub side panel
  • Adds the underlying system for terminal upgrade cards and player-persistent slot storage

Myotus is not a content-heavy standalone mod. On its own, the runtime experience is mostly:

  • settings UI support
  • compatibility hooks
  • terminal-side utility behavior

The larger payoff appears when another mod depends on the Myotus API.