You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Automatic Java version detection: mcTUI now checks the Java version
required by each Minecraft version against your system's default,
and automatically locates a compatible JRE (checks PATH, Mojang's
bundled runtimes, and common system install locations) if needed.
"Active Session" panel now shows your default Java version and
whether it meets the selected version's requirement.
Confirmation prompt before downloading missing files now also covers
Fabric libraries, not just the base client.
"Future Changes" panel now updates remotely without requiring a
reinstall.
Fixed
Fixed a crash (nil pointer panic) when launching offline with no
internet connection, even if the version was already installed.
Fixed download concurrency to avoid overwhelming connections with
hundreds of simultaneous requests.
Switching to Fabric for an already-installed Vanilla version no
longer silently starts downloading without confirmation.
Changed
Entire codebase translated to English for consistency.