Skip to content
MyoWiki Myotus · 1.20.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.

In the Forge 1.20.1 line, players get:

  • an AE2 terminal settings tab named Myotus Setting
  • a comma hotkey that opens terminal settings while the terminal screen is focused
  • a side-panel toggle on the terminal screen
  • a bug-report button in the terminal settings toolbar
  • integration-aware command output through /myotus mods
  • The terminal settings tab is registered through MyotusConfigTab.initialize().
  • The side panel starts closed by default and follows tab.openSidePanel when the screen opens.
  • The Open Terminal Setting Screen keybinding is bound to the comma key by default.
  • The tab.activeTabSorting config entry still exists in the spec, but the config screen no longer renders a working checkbox for it.

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.