Skip to content

Train System Utilities 1.0.6

Choose a tag to compare

@hololocheck hololocheck released this 19 Jul 00:48
· 11 commits to master since this release

Train System Utilities 1.0.6

Train types are now yours to set, posters finally obey the fit toggle, and JPEG images work.

πŸ“¦ Installation β€” one jar

Put the single file below into your mods/ folder, and delete the old 1.0.5 jar.

File What it is
trainsystemutilities-1.0.6.jar The mod. The required Manta UI library (1.0.7) is bundled inside it β€” you do not download Manta separately.

βœ… Dependencies (all required)

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

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

What's new

  • Set each train's service type yourself. Open the management computer β†’ electronic
    timetable tab β†’ click a train β†’ hover the Type value and roll the mouse wheel.
    Eight types: Local / Rapid / Sec. Rapid / Com. Rapid / Semi Exp. / Express / Ltd. Exp.
    (plus unset). The type shows on the train's tile, on station monitors, and on onboard
    monitors, color-coded.
  • The old automatic type detection is removed. It divided a train's stop count by the
    station count of the whole connected track network, so on any sizable network nearly every
    train ended up displayed as the top express tier. Existing trains start unset β€” trains
    without a type simply show no badge until you set one.
  • Type badges now size themselves to their text, so long names display without clipping.

What's fixed

  • Poster management: "Fit to monitor" now actually works. ON fits the whole image inside
    the monitor; OFF fills the monitor and crops the overflow. Posters also keep their real
    aspect ratio on non-square monitors instead of rendering as a square.
  • JPEG images now display. Uploading a .jpg poster used to succeed everywhere β€” the
    picker, the server, the image list β€” and then silently never render. A failed image
    download now waits 30 seconds before retrying instead of re-requesting every frame.
  • Station-monitor type badges used to render as empty colored frames; they now show their
    label text.

Notes

  • The mod's Manta dependency floor is now 1.0.7 (bundled, nothing to do).
  • If you run a dedicated server, install the same jar on both sides.