Skip to content
MyoWiki Myotus · 1.20.1

Configuration

Myotus registers a client config file named:

myotus-client.toml

The config spec lives in MyotusClientConfig and is registered during mod initialization.

KeyDefaultMeaningNotes
tab.activeTabSortingtrueSort the active tab first in the inventory screenPresent in the config spec, but the checkbox wiring is currently commented out in MyotusConfigScreen
tab.openSidePanelfalseOpen the side panel automatically when the terminal opensRead by MEStorageScreenMixin and updated by the side-panel toggle button
ActionDefault keyWhere it works
Open terminal settings,Only while an AE2 terminal screen is open

The keybinding uses a terminal-specific conflict context, so it will not trigger outside MEStorageScreen.

The Myotus config tab is not a full mirror of every TOML key.

  • The tab currently exposes the keybinding editor for Open Terminal Setting Screen.
  • The tab title is localized as Myotus Setting.
  • The left toolbar in terminal settings includes a bug-report button that copies the issue URL to the clipboard.
  • The AE2 settings tab remains available alongside the Myotus tab.
  • tab.openSidePanel controls whether the floating side panel starts open when a terminal screen appears.
  • tab.activeTabSorting exists in the config spec, but there is no active checkbox in the current screen code.
  • Key names are localized through assets/myotus/lang/en_us.json.