Skip to content

Train System Utilities 1.0.4

Choose a tag to compare

@hololocheck hololocheck released this 17 Jul 12:35
· 13 commits to master since this release

Train System Utilities 1.0.4

A Manta release: the UI now follows your GUI scale, and every dialog gets a resize grip.

πŸ“¦ Installation β€” one jar

Put the single file below into your mods/ folder, and delete the old 1.0.3 jars.

File What it is
trainsystemutilities-1.0.4.jar The mod. The required Manta UI library is now bundled inside it β€” you no longer download Manta separately.

Already have a separate manta-*.jar? You can delete it. If you leave it in mods/, the game loads whichever Manta version is newest and ignores the rest, so nothing breaks β€” but the bundled one makes the standalone file unnecessary. Manta's in-game video runtime (Chromium) still downloads automatically on first launch; until it is ready, video cards show a notice instead.

βœ… Dependencies (all required)

Dependency Required version Tested with
Minecraft 1.21.1 1.21.1
NeoForge 21.1.220 or newer 21.1.220
Create for 1.21.1 6.0.10
GeckoLib 4.7 or newer 4.8.4
Manta bundled bundled inside this jar

Create and GeckoLib are not bundled β€” install them yourself. Manta is included inside the mod jar.

⚠️ The UI will look different if your GUI scale is not 2

Manta used to pin its interfaces to an "always look like GUI scale 2" size, cancelling out
your GUI scale setting. On a 4K display that meant raising the GUI scale shrank the UI by the
same factor, so it never got bigger no matter what you set β€” the bug this release fixes.

Manta's interfaces now follow the game's GUI scale like the wiki and vanilla screens always
did. If you play at a GUI scale other than 2, expect the UI to change size β€” it will now
be the size your setting actually asks for. Dialogs still never overflow the screen.

What's new

  • The UI follows your GUI scale. Fixed for dialogs, the memo panel, HUD chrome and the
    video panel. High-DPI / 4K setups can finally scale the UI up.
  • Resize grip. Every dialog β€” and the front-most sub-window β€” now has a grip in its
    bottom-right corner. Drag it to fine-tune the size; it is shared across all screens, saved
    per client (config/manta/ui-scale.json), and clamped so it can never be pulled off-screen.
  • Manta is now bundled. The required Manta UI library ships inside the mod jar instead of
    as a separate download. This is a packaging change only β€” the mod itself is unchanged from
    the previous 1.0.4 build.

Full changelog: v1.0.3...v1.0.4