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.
Shared behavior
Section titled “Shared behavior”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
1.20.1 highlights
Section titled “1.20.1 highlights”- The terminal settings tab is registered through
MyotusConfigTab.initialize(). - The side panel starts closed by default and follows
tab.openSidePanelwhen the screen opens. - The
Open Terminal Setting Screenkeybinding is bound to the comma key by default. - The
tab.activeTabSortingconfig entry still exists in the spec, but the config screen no longer renders a working checkbox for it.
Important expectation for players
Section titled “Important expectation for players”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.