Skip to content
MyoWiki Myotus · 1.20.1

Migration Notes

Area1.20.11.21.1
Loader stackForgeNeoForge
Java target1721
Mod metadatamods.tomlgenerated neoforge.mods.toml from templates
  • MyotusAPI.isInitialized()
  • static convenience accessors like MyotusAPI.modRegistrar()
  • fluent aliases on registrar interfaces
  • ITerminalUpgradeCard
  • config-tab registration
  • optional integration registration
  • runtime integration queries
  • activeTabSorting only exists in the inspected 1.20.1 config spec
  • 1.21.1 adds a toggle key for the sub side panel
  • 1.21.1 adds upgrade-card slot and storage infrastructure
  • ForgeGradle mod build
  • geared toward direct mod development
  • NeoForge moddev toolchain
  • Maven publishing support
  • API jar generation
  • local repository publishing path
  1. Move loader and Java assumptions first.
  2. Keep shared API usage in the registrar/runtime-manager layer where possible.
  3. Treat upgrade-card functionality as 1.21.1-only unless you backport it yourself.
  4. Re-check config and keybind docs instead of assuming parity between lines.